Quote:
Originally Posted by m4f1050
I believe the reason why we cant install angrybirds or a few other apps is because we cant install apps on sdcard. I just tried to move an app to sdcard and got an error and some apps default install to sdcard.
EDIT: I go this error after I unmounted SDCARD and tried adb install angrybirds...
Code:
D:\>adb install angrybirds_1.3.5.apk
468 KB/s (12827730 bytes in 26.728s)
pkg: /data/local/tmp/AngryBirds_1.3.5.apk
Failure [INSTALL_FAILED_MEDIA_UNAVAILABLE]
And with SDCARD mounted I got...
Code:
D:\>adb install angrybirds_1.3.5.apk
1143 KB/s (12827730 bytes in 10.959s)
pkg: /data/local/tmp/AngryBirds_1.3.5.apk
Failure [INSTALL_FAILED_CONTAINER_ERROR]
|
interesting.
THe actually error shoud show on the logcat when you install. It may be a path issue.