aapt.exe has stopped working and R.java cannot be resolved after adding Google Play Services library to an existing project
Posted
by
Kapil Kapri
on Stack Overflow
See other posts from Stack Overflow
or by Kapil Kapri
Published on 2014-06-06T10:15:00Z
Indexed on
2014/06/09
3:26 UTC
Read the original article
Hit count: 170
android
|google-ad-manager
I'm trying to add new google-play-services_lib in my old project, due to which R.jave file is removed from the project. Also, as soon as i remove google-play-services_lib, i get my R.java file back. minimum sdk version is 11. I'm referring to following link: https://developer.android.com/google/play-services/setup.html
I am following these steps to add library as a project ==> Right-click on My project -> Properties In Android->Library section click Add select recently added project -> Ok
then aapt.exe has stopped working and R.jave file is removed from the project
© Stack Overflow or respective owner