- 博客(7)
- 资源 (6)
- 问答 (1)
- 收藏
- 关注
原创 android studio 卡死新坑
组合的方式自定义了一个View,用的时候不小心把这个自定义view粘贴到了这个自定义view的xml文件中,然后直接卡死。卡死的时候都没发现粘错地方了,项目也无法启动,各种倒腾半个小时才发现。吐槽一句,真特么不智能,无语,不提示就算了,直接卡死连找错误的机会都不给。神坑。
2017-04-20 16:40:54
471
原创 android studio错误,Error:warning: Ignoring InnerClasses attribute for an anonymous inner class
rror:warning: Ignoring InnerClasses attribute for an anonymous inner classError:(com.unionpay.mobile.android.pboctransaction.a) that doesn't come with anError:associated EnclosingMethod attribute.
2017-04-19 14:13:38
556
原创 android:访问邮件软件发送邮件功能实现。
private void startSendEmailIntent(String emailuri) { String[] reciver = new String[1] ; reciver[0] = emailuri; Intent intent = new Intent(Intent.ACTION_SEND); intent.s
2016-06-07 16:48:04
1107
原创 解决Volley接收数据、中文显示乱码问题。
Volley接收数据后,若收到的数据header内无charset定义,则使用其默认的"ISO-8859-1"格式进行解析,导致乱码出现。解决方法:1. 自定义request,重写parseNetworkResponse方法: private class mJsonRequest extends JsonObjectRequest { /**
2016-04-28 08:23:02
4177
2
对战平台私服,服务端+客户端,可以自己搭着玩玩
2019-06-03
xilinx ise 9.1i id 破解码
2011-09-22
android webview 对url 有什么限制吗?
2018-04-13
TA创建的收藏夹 TA关注的收藏夹
TA关注的人