, . ... Android adt...
for me this is something like ... D: \ Android Dev \ adt-bundle-windows-x86_64 \ sdk \ extras \ google \ google_play_services \ libproject \ google-play-services_lib
and then check the option to copy the current workspace during import. This solved the problem for me and it would not clear the manifest file or resources.
Secondly ... do not forget that this line in the manifest should have the same android: minSdkVersion as the main Android project
source
share