Android eclipse emulator: can't access data/app -


I wanted to delete my custom app on Android emulator in Eclipse, I followed it and faced the same behavior as the description it was done. I also tested the root access in the same way as Arsalan mentioned in his first reply and got the same result.

I would like to try that if the Vyomas approach works, but remove the app from me.

Can anyone help?

I'm assuming that you are failing "RM for Mensweeper. APK, read-only File system for "

If this is the case, you can always press" Page Up "to bring up the menu in the homescreen and it can be accessed by Settings - & gt; Application - & gt; Manage apps

Or you can continue the comando style and use it from Android Kit, worked for me: Using ADB Open: Important: If you try to uninstall with the emulator The device should be unplugged from USB, the second emulator should not be open and if you are trying to uninstall from the G1 device then plug-in to the PC's USB the wanted. If none of them are attached to the adb shell, then it will not work.

Go to the shell and make sure that ADB is in the pat: from the shell (cmd-> adb shell) or directly through the terminal)

  # # CD # CD App # CD LS # RM com.company.product.apk    

Comments