Android Stdio
huazicomeon
安安静静做一只技术宅
展开
-
Android Stdio AVD RAM参数值太大不能启动
emulator: WARNING: Requested RAM size of 1536MB is too large for your environment, and is reduced to 864MB.emulator: device fd:584HAXM is working and emulator runs in fast virt mode Cannot set up guest memory 'pc.ram': Invalid argument原创 2016-12-12 17:45:07 · 2472 阅读 · 1 评论 -
Android studio无法启动安卓模拟器CPU acceleration status:HAXM must be updated(version 1.0.6<6.0.1).
Cannot launch AVD in emulator. Output: emulator: WARNING: Crash service did not start emulator: WARNING: Classic qemu does not support SMP.... CPU acceleration status:HAXM must be updated(version 1.0.6<6.0.1).原创 2016-12-08 20:59:20 · 5581 阅读 · 0 评论 -
AS打包APK出现Expected resource of type styleable [ResourceType]
异常信息: 编译时: Expected resource of type styleable [ResourceType] 异常解决: 在使用TypedArray的语句,方法上或者类上加上注解@SuppressWarnings("ResourceType")关于解决方法: SuppressWarning("XXX")方法的作用是告诉编译器,一个让类转载 2017-03-23 17:58:08 · 614 阅读 · 0 评论