2019年12月14日

解决android手机EditText设置光标颜色,android:textCursorDrawable="@drawable/corner_cursor" 华为手机无效果的问题

摘要: <EditText android:id="@+id/alertdialog_zhuan_zeng_friend_phone_Edt" android:layout_width="match_parent" android:layout_height="40dp" android:textCurso 阅读全文

posted @ 2019-12-14 11:08 longjiajia 阅读(769) 评论(0) 推荐(0) 编辑

2019年11月20日

Caused by: org.gradle.api.resources.ResourceException: Could not get resource 'https://jcenter.bintray.com/com/google/guava/guava/19.0/guava-19.0.jar'.

摘要: classpath 'com.android.tools.build:gradle:3.2.1'改为 classpath 'com.android.tools.build:gradle:3.2.0-alpha11'另外以防万一: jcenter()改为: jcenter{ url "http://j 阅读全文

posted @ 2019-11-20 09:46 longjiajia 阅读(2071) 评论(0) 推荐(0) 编辑

2019年11月6日

笔记本电脑无线网络显示红X →显示已关闭无线功能,请问怎样打开?谢谢!

摘要: 阅读全文

posted @ 2019-11-06 21:47 longjiajia 阅读(315) 评论(0) 推荐(0) 编辑

2019年10月10日

android中Service没有共享数据问题

摘要: 设置了 服务为android:process=":remote" 阅读全文

posted @ 2019-10-10 10:38 longjiajia 阅读(153) 评论(0) 推荐(0) 编辑

2019年9月29日

Flutter配置详解

摘要: https://blog.csdn.net/jifashihan/article/details/80675267 阅读全文

posted @ 2019-09-29 11:39 longjiajia 阅读(132) 评论(0) 推荐(0) 编辑

一篇GIT非常好配置的文章

摘要: https://blog.csdn.net/wawawawawawaa/article/details/81172452 阅读全文

posted @ 2019-09-29 10:28 longjiajia 阅读(110) 评论(0) 推荐(0) 编辑

2019年9月27日

解决"No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android"错误

摘要: 阅读全文

posted @ 2019-09-27 16:38 longjiajia 阅读(96) 评论(0) 推荐(0) 编辑

AS突然断电项目不可以编译

摘要: 阅读全文

posted @ 2019-09-27 16:02 longjiajia 阅读(140) 评论(0) 推荐(0) 编辑

Android关于多语言DecimalFormat 遇到的格式化问题 (.会变成,)

摘要: Locale.setDefault(Locale.US); DecimalFormat decimalFormat = new DecimalFormat("***"); 阅读全文

posted @ 2019-09-27 10:41 longjiajia 阅读(734) 评论(0) 推荐(0) 编辑

2019年9月26日

as中同步项目失败解决方案

摘要: 1. 2.https://blog.csdn.net/weixin_40811410/article/details/84348344 阅读全文

posted @ 2019-09-26 14:40 longjiajia 阅读(393) 评论(0) 推荐(0) 编辑

导航