0

I try to get on Android Programming. When I try to launch my application on Eclipse (a simple Hello World), I get :

[2014-02-10 21:32:40 - HelloWorld] Android Launch!
[2014-02-10 21:32:40 - HelloWorld] adb is running normally.
[2014-02-10 21:32:40 - HelloWorld] Could not find HelloWorld.apk

I try a lot of thing I found (Restart Eclipse, Check-Uncheck the "is Library"..) none of them worked. Moreover, the LogCat seems to be empty.

Does someone have a solution for me ?

Thanks.

(Please forgive my english, I am not native).

2 Answers2

1
  • Refresh your proyect F5, then delete your /gen and /bin folders, Project > Build All

  • Project > Clean and then Project >Build All.

  • Probably you have your project defined as a library!

    Go to Project > Properties > Android

Uncheck the "Is Library" checkbox.

Jorgesys
  • 124,308
  • 23
  • 334
  • 268
0

My wild guess is that you have not given the permission for the installation of third party applications on your device.

Alessandro Roaro
  • 4,665
  • 6
  • 29
  • 48