> i want to remove application from emulator
> i am useing
> adb shell in tool derectory
> i got
> #
> then i used
> # cd /data/app
> #
>
> here i am not getting any .apk files on emulator?so is the path is not
> same or any other way to remove files

You do not remove applications from any Android device or emulator that way.

You can use the Settings application to manage applications on the
emulator the same way as you do on the device. Or, you can use the adb
uninstall command:

adb uninstall your.package.name.here

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to