I get an error when I build a project.
Error:
Error:Execution failed for task \':app:processDebugResources\'.
> com.android.ide.common.process.Pro
I´ve resolved changing my build.gradle inside android/build.gradle :
old: android: { compileSdkVersion 23 buildToolsVersion "23.0.1" ... }
dependencies: { compile "com.android.support:appcompat-v7:23.0.1" ... }
to android: { compileSdkVersion 24 buildToolsVersion "24.0.1" ... }
dependencies: { compile "com.android.support:appcompat-v7:24.0.1" ... }