- 博客(4)
- 收藏
- 关注
原创 As 编译报错 AAPT: libpng error: Not a PNG file
原文:https://blog.csdn.net/tangxl2008008/article/details/51681933 主要问题会出现在 1 、Eclipse 项目导入androidstuido ,因为Eclipse 对图片的要求并没有As高2、直接将 .jpg 后缀 重命名为 .png 解决方案: 方案一、在模块下的build.gradle中配置下面两个信息...
2018-08-15 14:08:59
189
原创 ArcGIS for Android 10.2.5
记录一下前段时间项目中使用过的 ArcGIS 官方说明文档:https://developers.arcgis.com/android/latest/API:https://developers.arcgis.com/android/10-2/api-reference/reference/packages.html1 .sdk接入 1 > 在 project ...
2018-04-03 22:49:29
683
原创 EventBus多次接收通知
工作中碰到了这个问题,记录一下在Activity 中的oncreate方法中注册后onEventMainThread方法被执行多次,导致提示的信息数量不对解决 : 在ondestroy方法中调用unregister() 进行反注册后问题解决
2017-06-27 15:42:52
1991
转载 fragment监听onBackPressed返回键
可以不依赖activity进行fragment间的跳转和回退在Fragment中重写onResume方法,实现OnKeyListener并监听按键:@Overridepublic void onResume() { super.onResume(); getView().setFocusableInTouchMode(true); getView(
2017-06-27 15:35:24
757
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人