1、Failed to apply plugin [id 'com.android.internal.application']
Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id 'com.android.internal.application']
解決方法:
https://blog.csdn.net/weixin_48437363/article/details/109569449
在gradle.properties文件中添加
android.overridePathCheck=true
2、android10加載圖片問(wèn)題解決思路全程記錄 FileNotFoundException: /content:/media/external/images
3、idea解決Untracked Files Prevent Merge問(wèn)題
解決方法:
把所有代碼提交到倉(cāng)庫(kù)使用,git add .然后commit,再來(lái)繼續(xù)合并代碼。
4、【Android】Kotlin使用Glide無(wú)法生成GlideApp解決方法之一
https://blog.csdn.net/d745282469/article/details/103424083
5、【Android】 kotlin報(bào)錯(cuò)The minCompileSdk (31) specified in a dependency's AAR metadata解決方法
https://www.cjavapy.com/article/2241/
6、Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id 'com.android.internal.application']
解決方法:
https://blog.csdn.net/weixin_42574892/article/details/106325430
7、Entry name ‘a(chǎn)ssets/detector/wb_net_2_bin.rpnproto’ collided
解決方法:https://blog.csdn.net/weixin_43603192/article/details/119342820
8、安卓日常報(bào)錯(cuò)——canvas.save(Canvas.ALL_SAVE_FLAG)
https://blog.csdn.net/weixin_44827506/article/details/102609090
9、依賴沖突
http://www.itdecent.cn/p/691c2d5478f4
10、Type BuildConfig is defined multiple times
https://blog.csdn.net/mp624183768/article/details/106252990
11、開(kāi)源項(xiàng)目運(yùn)行時(shí)報(bào)錯(cuò)A problem was found with the configuration of task ‘:app:checkDebugManifest‘
https://blog.csdn.net/yueliang1130/article/details/122421102
12、Android異常--Parcelable encountered IOException writing serializable object
Android異常--Parcelable encountered IOException writing serializable object_DRPrincess的博客-CSDN博客