android
yellow_seay
这个作者很懒,什么都没留下…
展开
-
Android kotlin data class fastJson default constructor not found
Android kotlin data class FastJson 代码混淆时的解决方法我在android上用的1.2.49,只要是release版包,而且已经@keep了数据类,但仍然会提示default constructor not found,我加了kotlin-reflect库,一点用没有。但debug版就没问题,经反复验证后是是proguard使kotlin-reflect失效了,在proguard.pro中加上如下就没问题了:下面展示一些 内联代码片。-keepattributes *原创 2021-03-31 10:31:18 · 1198 阅读 · 2 评论 -
android studio 获取sha1证书详解
在android开发中,我们经常会用到第三方SDK,用第三方SDK需要申请key,申请KEY的时候需要开发者提供SHA1证书指纹数据。原创 2016-11-30 16:06:54 · 548 阅读 · 0 评论 -
android 时间选择器 TimeSelector
GitHub地址:https://github.com/yellowhai/TimeSelector引用Add it in your root build.gradle at the end of repositories allprojects { repositories { ... maven { url 'https://jitpack.io' ...原创 2017-01-12 11:28:45 · 3920 阅读 · 7 评论 -
android 常用dos命令
android 常用dos命令 dos命令这东西经常不打容易忘,写个记录贴,以后翻起来省事!链接WiFi : adb connect 192.xxx.xxx.xxxroot : adb root ,adb remount创建文件夹 : mkdir 文件夹名push文件 : adb push xxx.apk 路径从adb里获取文件到本地磁盘: adb pull 磁...原创 2017-06-29 15:05:38 · 664 阅读 · 0 评论