Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android library project cannot be launched?

I am totally confused by this error message: Android library projects cannot be launched.

I carefully checked the build path and library, everything is "OK". And there is no error in Problems view. However, when I tried to run my application as an Android project, it failed and showed this message.

already i have set library in properties check. my build Path also all are fine. when run my application error message is coming.In my application i have added Google play service library

please tell me any suggestions.

like image 847
karthik Avatar asked Oct 31 '13 08:10

karthik


2 Answers

Just uncheck the Is library from project properties.

enter image description here

like image 148
Kirit Vaghela Avatar answered Sep 30 '22 13:09

Kirit Vaghela


go to project property file and Remove this line - android:library=true;

like image 26
Hasan Masud Avatar answered Sep 30 '22 15:09

Hasan Masud