Execution failed for task ‘:app:processDebugResources’ even with latest build tools
Set your compileSdkVersion to 23 in your module’s build.gradle file.
Set your compileSdkVersion to 23 in your module’s build.gradle file.
I want to change the name of my project and module. But if I try to rename them Android Studio notify me some errors… e.g. I want to change the name from “MyApplication” to “AndroidApp” as shown in the image below. AndroidApp (“G:…\Android\AndroidApp). In the second rectangle I want to change it in: AndroidApp [AndroidApp-AndroidApp] edit: This … Read more
After updating to Android Studio 2 when I try to run my application and choose an emulator, I wait for the emulator to start and it suddenly gets killed. I can see emulator process for some minutes but never the gui. In Android studio I get the error android studio Error while waiting for device: … Read more
In Android Studio, right click on the project and choose Open Module Settings. Then go to the Sources tab in your module, find the src folder, right click on it and mark it as Sources (blue color). EDIT: There is no sources tab in later versions of Android Studio, but you can edit the build.gradle file instead: https://stackoverflow.com/a/22028681/1101730 (thanks for comment Josh)
I got this error after an update of Android Gradle plugin and Android Studio. I have checked this question (Android Studio build.gradle warning message), but I am not able to run the project.
If you see that error occur after upgrading versions of IntelliJ IDEA or Android Studio, or after Generating a new APK, you may need to refresh the IDE’s cache.
shutdown you pc and open bios settings, and enable Virtual Technology-x option and restart your pc. done.
I faced this issue because of lower version of Jdk. Previously I installed Jdk 1.7 and Android Studio 1.5.1, I got this issue. If you install Android Studio 1.5.1 or above JDK 1.8 required So Installing JDK 1.8 solved this issue.
Short Answer Gradle is a build system. Long Answer Before Android Studio you were using Eclipse for your development purposes, and, chances are, you didn’t know how to build your Android APK without Eclipse. You can do this on the command line, but you have to learn what each tool (dx and AAPT) does in the SDK. Eclipse saved us all … Read more
It is located in the AppData hidden folder From l33t’s comment below you may use the following shortcut: