会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
拾年的博客
Keep it simple, stupid.
博客园
首页
新随笔
联系
订阅
管理
2018年5月6日
发布aar到jcenter
摘要: 1. 创建并设置bintray账号; 2. 使用bintray-release上传aar; 3. 发布到jcenter;
阅读全文
posted @ 2018-05-06 22:13 diql
阅读(194)
评论(0)
推荐(0)
2018年4月23日
Android开发规范
摘要: 官方规范. 地址: https://source.android.com/source/code-style
阅读全文
posted @ 2018-04-23 22:48 diql
阅读(130)
评论(0)
推荐(0)
2017年3月19日
FileUriExposedException_Android7.0适配
摘要: 一. FileUriExposedException的解决问题由于在Android7.0上,google使用了新的权限机制,所以导致在调用相机的时候,如果传递的URI为”file://”类型,的系统会抛出FileUriExposedException这个错误.具体堆栈...
阅读全文
posted @ 2017-03-19 22:34 diql
阅读(289)
评论(0)
推荐(0)
2017年2月21日
[问题解决]Fresco设置圆角效果不生效问题探究
摘要: [问题解决]Fresco设置圆角效果不生效问题探究/** * Created by diql on 2017/2/21 11:07:04. */问题在View中设置:fresco:roundedCornerRadius="3dp"发现根本就看不到圆角效果,为了确定,设...
阅读全文
posted @ 2017-02-21 11:19 diql
阅读(500)
评论(0)
推荐(0)
2017年2月16日
[问题解决]Android7.0上PopupWindow的showAsDropDown位置问题
摘要: [问题解决]Android7.0上PopupWindow的showAsDropDown位置问题/** * Created by diql on 2017/02/16. */问题说明我的popupWindow是用来展示listView的,近期在Android7.0手机上...
阅读全文
posted @ 2017-02-16 11:27 diql
阅读(230)
评论(0)
推荐(0)
2017年2月15日
[问题解决]Fresco设置占位图不显示的问题
摘要: [问题解决]Fresco设置占位图不显示的问题/** * Created by diql on 2017/02/15. */问题说明本来设置占位图是通过以下方法: public void setLocalImage(int resId){ Generic...
阅读全文
posted @ 2017-02-15 14:53 diql
阅读(249)
评论(0)
推荐(0)
2017年2月14日
[问题解决]gradle编译失败系统找不到指定的文件
摘要: [问题解决]gradle编译失败系统找不到指定的文件问题描述 Error:C:\Users\diql.gradle\caches\2.14.1\scripts-remapped\settings_9qf847oyh8st6s15e59tsfvjs\9ejwtyixt...
阅读全文
posted @ 2017-02-14 13:18 diql
阅读(1626)
评论(0)
推荐(0)
2016年11月27日
[Android]IllegalStateException: Could not find method onBind(View)
摘要: 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
阅读(611)
评论(0)
推荐(0)
[Android]编译错误:Could not get unknown property 'release' for SigningConfig container
摘要: 使用Gradle进行安卓编译时,出现如下错误: Could not get unknown property 'release' for SigningConfig container.
阅读全文
posted @ 2016-11-27 22:19 diql
阅读(10549)
评论(0)
推荐(0)
[Android]Caused by: java.lang.IllegalArgumentException: Service not registered.md
摘要: Caused by: java.lang.IllegalArgumentException: Service not registered: org.diql.aidldemo.MainActivity$ServiceConn@e38be65 at an...
阅读全文
posted @ 2016-11-27 21:57 diql
阅读(571)
评论(0)
推荐(0)
下一页
公告