
Andorid
你明大人你693526659352665
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
运行错误Execution failed for task ':app:compileDebugJavaWithJavac'.
错误原文:What went wrong:Execution failed for task ‘:app:compileDebugJavaWithJavac’.Compilation failed; see the compiler error output for details.经常运行新项目时会遇到此问题,编译器没有提供更多的内容,可以在AndroidStudio的Termina...原创 2020-03-27 10:57:19 · 2974 阅读 · 0 评论 -
关于Android10.0后创建文件夹失败的问题
做项目的时候尝试创建文件夹,但是在10.0的手机上面失败,试了一下8.0/9.0都可以,所以感觉应该是10.0系统改了某些东西,直接去收创建文件夹没搜索到相关的文章,特此记录一下。查阅了一下开发文档:getExternalStorageDirectory()-在API级别29中不推荐使用此方法。为了提高用户隐私,不建议直接访问共享/外部存储设备。当应用程序定位到Build.VERSION_C...原创 2020-03-01 22:24:38 · 8299 阅读 · 1 评论