https://blog.csdn.net/qq_43143981/article/details/89509930?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromBaidu-1.control&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromBaidu-1.control
按照提示我们在
我们在 app的build android{}中添加
lintOptions {
checkReleaseBuilds false
abortOnError false
}
查找错误关键字 Caused by
Caused by: java.lang.IllegalStateException: Required view 'item1'
Unable to find explicit activity class
在AndroidManifest.xml 中没有声明
Manifest merger failed with multiple errors, see logs
https://www.jianshu.com/p/25e393d5752c
https://blog.csdn.net/dengweijunkedafu/article/details/80541104
https://blog.csdn.net/weixin_40750371/article/details/93630375
Android解决依赖冲突:Program type already present
https://blog.csdn.net/qq_35008279/article/details/86310339
https://www.jianshu.com/p/eee41ec17606
NDK路径报错
image.png image.png
网友评论