Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not find HelloAndroid.apk?

I am struggeling with a problem compiling my first android hello world programm:

Here is my output of eclipse:

[2012-03-29 16:20:24 - HelloAndroid] ------------------------------
[2012-03-29 16:20:24 - HelloAndroid] Android Launch!
[2012-03-29 16:20:24 - HelloAndroid] adb is running normally.
[2012-03-29 16:20:24 - HelloAndroid] Could not find HelloAndroid.apk!

Does anybody know a solution for the line could not finde HelloAndroid.apk?

greetings and thx in advance

like image 769
maximus Avatar asked Oct 09 '22 06:10

maximus


1 Answers

Go to properties and uncheck the "is library". And there will be a magic,... :-)

like image 186
Nabin Avatar answered Oct 12 '22 01:10

Nabin