这个错误是由于在构建过程中,有多个库包含相同的类或资源文件,导致“程序类型已存在”的情况。为了解决这个问题,可以执行以下步骤:
Program type already present: com.example.myapp.MainActivity
Duplicate class com.example.myapp.MainActivity found in modules app and library
dependencies{ implementation ('com.example-library:1.0.0'){ exclude group: 'com.example.myapp', module:'myapp' } }
android { defaultConfig { // ... resConfigs "en" } }
希望以上解决方法能够解决您的问题。
上一篇:qq空间不能在新选项卡打开-QQ 空间不能在新选项卡打开,这一设定引用户吐槽
下一篇:AndroidStudio构建错误-compileDebugJavaWithJavac任务(当前目标是1.8)和kaptGenerateStubsDebugKotlin任务(当前目标是17)