我尝试在我的AVD(Android虚拟设备)中安装游戏。 使用adb install xxx.apk我收到了上述错误。
我设置2 GB内部存储但在AVD中我只有190MB而我设置了3 GB SD卡。
答案 0 :(得分:0)
尝试创建新的avd
how to create a new AVD in eclipse?
http://theopentutorials.com/tutorials/android/how-to-create-android-avd-emulator-in-eclipse/
尝试以下程序
copy your apk file into platform-tools of your android sdk it can be like C:\android-sdk\platform-tools.
now go to command prompt and change the path to platform-tools the write a command as follows
cmd -- adb install (appName).apk
it takes few minutes and gives you success response in cmd prompt..
并且有许多链接可以指导您,您可以使用此参考
http://www.android.pk/blog/general/how-to-install-apk-files-on-android-emulator/