aapt.exe has stopped working and R.java cannot be resolved after adding Google Play Services library to an existing project
- by Kapil Kapri
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