- 博客(5)
- 收藏
- 关注
原创 GreenDao定义@Entity编译出错
之前都能正常编译的项目,某天突然就编译不通过,一只报下图错误 Pb(324) The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files (16777540 at line 1). 解决办法:在androidStudio Terminal 执行 ./gradlew clean installDebug 执行命令之后项目就能正常编译了 ...
2021-08-18 17:04:06 318
原创 内存泄漏之Bitmap.copy()抛出内存溢出问题解决方法
Bitmap.copy()抛出内存溢出问题及解决方法 最近在低版本的设备上处理图片,在Bitmap.copy(Bitmap.Config.ARGB_8888, true)这个方法抛出内存溢出问题。 解决方法: First of all try to find a little time to read good official documentation about bitmaps: Displaying Bitmaps Efficiently It will give you understanding
2021-03-13 20:39:35 1205
原创 activity从全屏界面切换到非全屏界面屏幕下移解决方法
最新遇到个新问题,activity从全屏切换到非全屏时,在Android6.0.1设备上能正常显示,但是在Android8.0的设备上会出现该现象:先全屏显示界面布局,显示状态栏后屏幕有明显的下移问题。经过网上查找发现了如下解决方法。 可以在onCreate()或onResume()方法下添加这个方 private void smoothScreen(){ if (Bui...
2019-09-09 18:00:35 1529 1
原创 Manifest merger failed
错误情况: Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:8:9-43 is also present at [com.pnikosis:materialish-progress:1.0] AndroidManifest.xml:13...
2019-06-25 23:18:24 794
原创 Eclipse出现adb.exe can be executed问题的解决方法
运行程序的时候会提示\platform-tools\adb.exe' and can be executed 打开任务管理器发现没有adb.exe进程的时候 打开命令提示符 运行 netstat -aon|findstr "5037" 5037为adb默认端口 查看该端口情况如下:(只看看第一行就可以) TCP 127.0.0.1:5037...
2018-07-20 10:10:20 359
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人