几个月前我已经遇到了这个错误,“解决方案”是降级 gradle。一段时间后,由于某种原因,我可以使用最新版本,一切正常。
直到现在,我再次收到此错误消息,但无法再次降级 gradle,因为某些最新插件将不再可用,我也必须将它们降级。
我只是想让这堆叫做 android studio 的垃圾在他们最新的 bs 上正常工作!
我该如何解决这个问题??
这是错误:
A problem was found with the configuration of task ':app:processDebugManifest' (type 'ProcessMultiApkApplicationManifest').
- In plugin 'com.android.internal.version-check' type 'com.android.build.gradle.tasks.ProcessMultiApkApplicationManifest' property 'mainMergedManifest' specifies file 'G:\projekte\ANDROID\xxxx\app\build\intermediates\merged_manifest\debug\AndroidManifest.xml' which doesn't exist.
* 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.
我也收到警告:
The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.
当我“运行”建议时,我得到:
它说一些 navigation.json 无法找到,这到底是什么
答案 0 :(得分:0)
好的,问题是因为项目文件在不是 ntfs 的 USB 驱动器上,将它们移动到 ntfs 驱动器修复了它