摘要: 1. 创建并设置bintray账号; 2. 使用bintray-release上传aar; 3. 发布到jcenter; 阅读全文
posted @ 2018-05-06 22:13 diql 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 官方规范. 地址: https://source.android.com/source/code-style 阅读全文
posted @ 2018-04-23 22:48 diql 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 一. FileUriExposedException的解决问题由于在Android7.0上,google使用了新的权限机制,所以导致在调用相机的时候,如果传递的URI为”file://”类型,的系统会抛出FileUriExposedException这个错误.具体堆栈... 阅读全文
posted @ 2017-03-19 22:34 diql 阅读(278) 评论(0) 推荐(0) 编辑
摘要: [问题解决]Fresco设置圆角效果不生效问题探究/** * Created by diql on 2017/2/21 11:07:04. */问题在View中设置:fresco:roundedCornerRadius="3dp"发现根本就看不到圆角效果,为了确定,设... 阅读全文
posted @ 2017-02-21 11:19 diql 阅读(483) 评论(0) 推荐(0) 编辑
摘要: [问题解决]Android7.0上PopupWindow的showAsDropDown位置问题/** * Created by diql on 2017/02/16. */问题说明我的popupWindow是用来展示listView的,近期在Android7.0手机上... 阅读全文
posted @ 2017-02-16 11:27 diql 阅读(225) 评论(0) 推荐(0) 编辑
摘要: [问题解决]Fresco设置占位图不显示的问题/** * Created by diql on 2017/02/15. */问题说明本来设置占位图是通过以下方法: public void setLocalImage(int resId){ Generic... 阅读全文
posted @ 2017-02-15 14:53 diql 阅读(243) 评论(0) 推荐(0) 编辑
摘要: [问题解决]gradle编译失败系统找不到指定的文件问题描述 Error:C:\Users\diql.gradle\caches\2.14.1\scripts-remapped\settings_9qf847oyh8st6s15e59tsfvjs\9ejwtyixt... 阅读全文
posted @ 2017-02-14 13:18 diql 阅读(1374) 评论(0) 推荐(0) 编辑
摘要: java.lang.IllegalStateException: Could not find method onBind(View) in a parent or ancestor Context for android:onClick attribute defined on view class android.support.v7.widget.AppCompatButton with id 'btn_bind' 阅读全文
posted @ 2016-11-27 22:21 diql 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 使用Gradle进行安卓编译时,出现如下错误: Could not get unknown property 'release' for SigningConfig container. 阅读全文
posted @ 2016-11-27 22:19 diql 阅读(10389) 评论(0) 推荐(0) 编辑
摘要: Caused by: java.lang.IllegalArgumentException: Service not registered: org.diql.aidldemo.MainActivity$ServiceConn@e38be65 at an... 阅读全文
posted @ 2016-11-27 21:57 diql 阅读(563) 评论(0) 推荐(0) 编辑