Hello guys:

You need to run the emulator *first* and then run the adb command.

To run the emulator manually on XP click on Start, Run, type *cmd*  and
press [Enter].

If you canĀ“t find the Run command in the menu, right-click on the Start,
select properties, start menu, advanced and select Run so that it is
displayed in the start menu.

A new window with a command line prompt should open.

Once on the command window, change your drive (if the SDK is in a drive
different from C:). To change a drive type the drive letter, followed by a
colon and then press [Enter]. For example, to change your current drive to
G: type *G:*  and press [Enter].

Then change your current directory to the directory where the SDK tools
directory is, type for example:

*cd G:\eclipse\android-sdk-windows-1.0_r1\tools* [Enter]

Type *emulator* and press [Enter].

Then you can type adb shell rm data/app/Snake.apk [Enter]

Cheers,

Jerry

On Fri, Oct 10, 2008 at 9:40 PM, Pirate Blanc <[EMAIL PROTECTED]> wrote:

>
> Hmm...
>
> I dual boot Hardy and XP, but havent tried the SDK on Hardy yet. You
> have to type "adb shell rm data/app/Snake.apk"
> Now, are you entering the command while in the $SDKHome/tools folder?
> Or is Hardy better than XP and it saves adb into the default shell?
>
> But i guess thats not the main issue, because it cant find the
> device... You have to actually have the device active when you run the
> command. once the command is ran, the SDK will update itself, no need
> to restart.
> On Oct 10, 8:31 am, Arunachalam <[EMAIL PROTECTED]> wrote:
> > HI,
> > Iam using ubuntu Hard Heron OS.
> > When i tried the below mentioned command (adb shell rm data/app/Snake)
> >
> > it throws me the below error.
> >
> > error: device not found
> >
> > May i know wht could be the reason for the same.
> >
> > Cheers,
> > Arun
> >
> >
> >
> > On Fri, Oct 10, 2008 at 1:47 AM, Pirate Blanc <[EMAIL PROTECTED]>
> wrote:
> >
> > > I ran into trouble too, but googled it and found the solution.
> >
> > > If you on Windows: Start Menu / Run / Type cmd / Enter / dir and cd to
> > > the android directory, in tools / type "adb shell rm data/app/$APK"
> > > where $APK is the file you want to remove.
> > > If on Mac or Linux, run the cmd equivalent, and do as above.
> >
> > > If you dont like my explaination :) here are some sites:
> >
> > >http://www.freeware4android.com/2008/07/30/tutorial-uninstalling-apk-.
> ..
> > >http://www.twintechs.com/blog/?p=8
> > > On Oct 9, 9:00 am, Arunachalam <[EMAIL PROTECTED]> wrote:
> > > > Hi all,
> > > > I have installed all the sample apps in the android emulator.
> > > > I would like to uninstall them.
> > > > How can i do that....?
> >
> > > > Cheers,
> > > > Arun- Hide quoted text -
> >
> > - Show quoted text -
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to