04 2020 档案
摘要:转自:https://www.cnblogs.com/bluestorm/p/6757999.html 我使用了方案2解决 FAQ: AAR打包引用丢包问题, jar, aar, dependency 嵌套层级依赖的丢失 问: aar包中,如何包含第三方依赖库? 如果直接作为module 依赖是没有
阅读全文
摘要:去除某些Android手机系统上dialog顶部出现的分割线 /** * When using a custom Dialog, there will be a blue line at the top of the * dialog displayed on some Android device
阅读全文
摘要:Android开发错误:Error:” ” is not translated in “en” (English) [MissingTranslation]如何处理? 最终在StackOverFlow上找到了解决方法,大概有这么几种方法,现整理如下,供大家参考: 1、尝试添加translatable
阅读全文
摘要:一般使用setType()方法来实现文件过滤,如:只显示PDF文件: int requestCode = 100; Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType("application/pdf"); in
阅读全文