- 博客(11)
- 资源 (9)
- 收藏
- 关注
原创 【遇见Android bug】微信分享SDK不跳转的原因
1、有可能没有审核通过(基本上,填写了就可以使用的)2、有可能发布的SDK和运行的SDK签名不一致。(没有使用签名打包的APK)
2014-09-16 11:26:16 1306
原创 【遇见Android bug】requestFeature() must be called before adding content
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sinvideo.videodemo/com.sinvideo.videodemo.VideoDemoActivity}: android.util.AndroidRuntimeException: requestFeature() must be call
2014-09-16 11:19:56 891
原创 【遇见Android bug】android R 文件生成不了
1. xml文件有错, 如果在res文件中的xml文件有错,android不会自动生成R文件,此时仔细查看报的错误信息,修改xml文件。【特别是导入其他人的项目,一定要注意SDK的版本,注意布局的属性值fill_parent和match_parent】2. ADT损坏,最好用google提供的开发工具,SDK可以根据我们自己的情况update。3. pro
2014-09-16 11:17:24 533
原创 【遇见Android bug】java.lang.IllegalArgumentException: contentView required: pkg=com.sinvideo.joyshow id
09-11 15:54:28.800: E/AndroidRuntime(24863): FATAL EXCEPTION: main09-11 15:54:28.800: E/AndroidRuntime(24863): Process: com.sinvideo.joyshow, PID: 2486309-11 15:54:28.800: E/AndroidRuntime(24863):
2014-09-16 10:18:06 1890
原创 【遇见Android bug】Unable to add window -- token android.os.BinderProxy@4396ecc8 is not valid; is your a
android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@4396ecc8 is not valid; is your activity running?at android.view.ViewRootImpl.setView(ViewRootImpl.j
2014-09-12 17:03:46 8071
原创 【遇见Android bug】The content of the adapter has changed but ListView did not receive a notification
今天遇到这个问题:The content of the adapter has changed but ListView did not receive a notification。
2014-09-10 18:14:17 836
原创 【遇见Android bug】Can not perform this action after onSaveInstanceState
09-01 16:08:28.020: E/AndroidRuntime(25786): FATAL EXCEPTION: main09-01 16:08:28.020: E/AndroidRuntime(25786): Process: com.sinvideo.joyshow, PID: 2578609-01 16:08:28.020: E/AndroidRuntime(25786):
2014-09-05 17:48:57 914
原创 【遇见Android bug】Only one Looper may be created per thread
09-02 12:11:19.700: E/AndroidRuntime(16093): Process: com.sinvideo.joyshow, PID: 1609309-02 12:11:19.700: E/AndroidRuntime(16093): java.lang.RuntimeException: Only one Looper may be created per thre
2014-09-05 10:32:34 12570 1
原创 微信开发【基本接入】
最近需要将自己的应用接入微信,想要完成的功能是从我们的App将一段内容发送到微信好友,同时好友点击发送的内容后可以打开我们的应用观看视频。由于之前使用的百度社会化分享SDK,其中有涉及到微信分享的内容,重写过WXEntryActivity回调类,而在自己开发微信分享的过程中可能由于WXEntryActivity中的内容混杂,又或者是自己开发的微信分享的内容与百度集成的社会化分享
2014-06-27 11:07:32 982
Android基础 布局、数据存储访问、XML系列化解析和SharedPreferences入门
2014-06-27
Android基础 Content Provider
2014-06-27
Android基础01
2014-04-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人