I think for removing applicxation you have to removce it fro mits
original location
adb install puts the .APK in /data/app

so while removing you should use command

adb shell rm /data/app/com.google.anroid.hello.apk

On Apr 27, 5:21 am, "[email protected]" <[email protected]> wrote:
> u can use this command install ur application on android emulator
> # adb install hello.apk
>
> removed ur application
> #adb shell rm com.google.anroid.hello.apk
>
> On Apr 27, 1:31 pm, Jaewon <[email protected]> wrote:
>
> > Hi all.
>
> > I'm using Android Emulator and adb shell.
> > And I'm very wondering how to launch a standard application such as
> > browser in adb shell.
>
> > I think app_process should be used to do that.
> > But I don't know the exact way.
>
> > Does anyone know about that?
>
> > Thx.
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to