- 博客(4)
- 收藏
- 关注
转载 AndroidStudio 解决Profiler网络返回Json中文乱码
studio64.exe.vmoptions 文件中添加代码 -Dfile.encoding=UTF-8
2019-07-02 11:17:34
1409
6
原创 Extension with name 'android' does not exist. Currently registered extension names: [ext, kotlin]
Mark - Extension with name 'android' does not exist. Currently registered extension names: [ext, kotlin] 关于这个错误标记 apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: '...
2019-06-19 09:41:56
4644
5
原创 SpannableString修改颜色、下划线、下划线点击事件、清空自带背景
SpannableString spannableString = new SpannableString(toastMessageTxt); spannableString.setSpan(new UnderlineSpan(), underLineStart, underLineEnd, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);...
2018-12-17 15:51:01
2386
1
原创 Android Studio 如何获取gradle.properties文件中key值对应的value
1、build.gradle文件中添加 buildTypes{ release{ //params1 : string //params2 : buildType R文件引用 //params3 : KEY gradle.properties文件中的Key resValue(“string” , "buildType" ,...
2018-10-31 15:42:06
3808
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅