Cannot set up guest memory 'android_arm': Invalid argument 解决方法

来源:互联网 发布:淘宝众筹 编辑:程序博客网 时间:2024/05/16 05:42

文章出处:http://stackoverflow.com/questions/26620765/cannot-set-up-guest-memory-android-arm-invalid-argument


错误提示:

[2015-02-12 16:17:38 - BmobExample] ------------------------------
[2015-02-12 16:17:38 - BmobExample] Android Launch!
[2015-02-12 16:17:38 - BmobExample] adb is running normally.
[2015-02-12 16:17:38 - BmobExample] Performing com.example.bmobexample.MainActivity activity launch
[2015-02-12 16:17:38 - BmobExample] Automatic Target Mode: launching new emulator with compatible AVD '4.4.2'
[2015-02-12 16:17:38 - BmobExample] Launching a new emulator with Virtual Device '4.4.2'
[2015-02-12 16:17:39 - Emulator] Cannot set up guest memory 'android_arm': Invalid argument


解决方法:

Try to reduce RAM size of an emulator

In Eclipse

Window -> Android Virtual Device Manager

Select your device and click Edit button in right part of window

Then in Memory Options secton find RAM parameter and set it to 512 for example. Click OK for saving. Now try to re-debug your app


0 0
原创粉丝点击