I assume that your application is not successfully installed. You can
verify with DDMS FileExplorer whether your application is correctly
installed. It should be in folder /data/app.

Have you already tried to use the adb install command instead of
Eclipse install?

That's what you should see when you install your application
successfully on a device

[2009-07-02 16:19:39 - HelloWorld] Automatic Target Mode: using device
'HT95BLV00026'
[2009-07-02 16:19:39 - HelloWorld] Uploading HelloWorld2.apk onto
device 'HT95BLV00026'
[2009-07-02 16:19:39 - HelloWorld] Installing HelloWorld2.apk...
[2009-07-02 16:19:43 - HelloWorld] Success!
[2009-07-02 16:19:43 - HelloWorld] Starting activity
test.com.HelloWorld on device
[2009-07-02 16:19:46 - HelloWorld] ActivityManager: Starting: Intent
{ comp={test.com/test.com.HelloWorld}

Also make sure that you are using the latest SDK and that your ADT
version in Eclipse is 0.9.1 (currently the latest version).

--
Roman Baumgaertner
Sr. SW Engineer-OSDC
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.

On Jul 1, 10:33 am, Sonic <nitroussi...@googlemail.com> wrote:
> Hi, new to Android development, I have sucessfully installed java sdk,
> eclipse, android sdk etc and all environment variables in XP.
> Although, when I come to deploy my hello world app either onto a
> device or emulator all as i get is the following message saying that
> it has been sucessfully installed, although it doesnt run
> automatically or appear in the menu.
>
> [2009-07-01 18:24:46 - helloworld] Installing helloworld.apk...
> [2009-07-01 18:26:58 - helloworld] Success!
> [2009-07-01 18:27:05 - helloworld] \helloworld\bin\helloworld.apk
> installed on device
> [2009-07-01 18:27:05 - helloworld] Done!
>
> Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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