i installed android studio on C, but if i try to run a project in other disk with a file system other than NTFS, it gives this error:
Executing tasks: [:app:assembleDebug] in project D:android_studioapp
Starting Gradle Daemon...
Gradle Daemon started in 996 ms
> Task :app:preBuild UP-TO-DATE
> Task :app:preDebugBuild UP-TO-DATE
> Task :app:compileDebugAidl NO-SOURCE
> Task :app:compileDebugRenderscript NO-SOURCE
> Task :app:generateDebugBuildConfig UP-TO-DATE
> Task :app:javaPreCompileDebug UP-TO-DATE
> Task :app:checkDebugAarMetadata UP-TO-DATE
> Task :app:generateDebugResValues UP-TO-DATE
> Task :app:generateDebugResources UP-TO-DATE
> Task :app:mergeDebugResources UP-TO-DATE
> Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
> Task :app:extractDeepLinksDebug UP-TO-DATE
> Task :app:processDebugMainManifest FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugMainManifest'.
> com.android.manifmerger.ManifestMerger2$MergeFailureException: java.io.FileNotFoundException: D:android_studioappappuildintermediates
avigation_jsondebug
avigation.json (Impossibile trovare il file specificato)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 5s
8 actionable tasks: 1 executed, 7 up-to-date
> Task :app:processDebugMainManifest FAILED
Execution failed for task ':app:processDebugMainManifest'.
> com.android.manifmerger.ManifestMerger2$MergeFailureException: java.io.FileNotFoundException: D:android_studioappappuildintermediates
avigation_jsondebug
avigation.json (Impossibile trovare il file specificato)
Execution failed for task ':app:processDebugMainManifest'.
> com.android.manifmerger.ManifestMerger2$MergeFailureException: java.io.FileNotFoundException: D:android_studioappappuildintermediates
avigation_jsondebug
avigation.json (Impossibile trovare il file specificato)
i dont know what is the problem, if i create a project in C, it works, if i create in D, i get this error when run in simulator.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…