So, I made some changes to the build.gradle (app) file, and android studio gives me this error (open the image in a new tab for better viewing): 
My build.gradle (app) file (this is not an edited file, I deleted new lines of code and still have no luck / solution.): 
Everything worked fine until I made some changes to the build.gradle (app) file, but then I deleted these new lines of code and android studio still keeps giving me an error. The error is related to the compilation of 'com.google.android.gms: play-services: 8.3.0' . I tried to delete / rename these png images inside the specified folder, but then when I rebuild the project, the png images are automatically loaded. My build.gradle (project) file contains the classpath 'com.android.tools.build:gradle:1.0.0' . I want to know what causes this error, and how to fix it? Thank you very much.
android android-gradle google-play-services android-gradle-plugin
Neel0507 Nov 24 '15 at 23:17 2015-11-24 23:17
source share