android - Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE? during runing emulator -


[2011-07-22 16:33:02 - today] ------------------------------ [2011-07-22 16:33:02 - today] android launch! [2011-07-22 16:33:02 - today] adb running normally. [2011-07-22 16:33:02 - today] performing com.horror.android.today.mymain activity launch [2011-07-22 16:33:02 - today] automatic target mode: launching new emulator compatible avd 'google09' [2011-07-22 16:33:02 - today] launching new emulator virtual device 'google09' [2011-07-22 16:33:10 - today] new emulator found: emulator-5554 [2011-07-22 16:33:10 - today] waiting home ('android.process.acore') launched... [2011-07-22 16:34:07 - today] home on device 'emulator-5554' [2011-07-22 16:34:07 - today] uploading today.apk onto device 'emulator-5554' [2011-07-22 16:35:12 - today] installing today.apk... [2011-07-22 16:35:31 - today] installation error: **install_failed_insufficient_storage** [2011-07-22 16:35:31 - today] please check logcat output more details. [2011-07-22 16:35:32 - today] launch canceled! 

edit solved on emulator on device , solution? follow question thats not best idea me.

you need increase virtual memory of emulator

how increase virtual memory of emulator

emulator -avd "emulator name" -partition-size 500 

after try install apk

if got error see conversation of question


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -