
问题汇总
young螺母
学习
展开
-
CLEARTEXT communication to app not permitted by network security policy
CLEARTEXT communication to app not permitted by network security policy与应用程序的明文通信网络安全策略不允许原创 2022-06-16 10:22:18 · 876 阅读 · 2 评论 -
安卓打包出错:Execution failed for task ‘:app:transformClassesAndResourcesWithR8ForRelease’
Android打包时出现报错信息:Execution failed for task ‘:app:transformClassesAndResourcesWithR8ForRelease’解决办法:找到项目里的gradle.properties文件加入android.enableJetifier=true即可解决。原创 2022-03-07 09:27:05 · 4241 阅读 · 0 评论 -
删除数组指定位置元素,报错java.lang.IndexOutOfBoundsException: Invalid index 100, size is 100
最近项目有个需求就是实现recyclerview子项的多选,全选以及删除功能原创 2021-12-17 09:53:51 · 2345 阅读 · 0 评论 -
Fragment中的空指针异常(不妨试试我的解决方案)
异常报错:Attempt to invoke virtual method 'xxx' on a null object reference我的fragment是以静态的方式加入的activity,然后在fragment中一直有布局空指针的问题,参考了网上的很多办法都没有用。<fragment android:layout_width="match_parent" android:layout_height="match_parent" .原创 2021-11-29 18:10:25 · 3010 阅读 · 0 评论