Failure Trying To Reinstall New Camera.apk To Android Emulator 2.2
According to this, I tried to modify GLRootView.java and reinstall new Camera.apk; however, some errors show up when I tried to uninstall the old Camera.apk. Do you know what's the
Solution 1:
I've got the same error. I think it can be connected with system image size.
Try to start an emulator with parameter -partition-size 150
. In my case it solved the issue.
There is a tutorial with pictures "How to install Android market into SDK" describing similar problem.
Solution 2:
If that failed for some reason, type in the command prompt:
adb remount
adb shell
and in inside the shell:
cd /system/app
rm Camera.apk
Use it only in the emulator!!!
Post a Comment for "Failure Trying To Reinstall New Camera.apk To Android Emulator 2.2"