java - Explanation of Gradle build error -
what error about? don't understand it.
error:execution failed task ':app:processdebugresources'. com.android.ide.common.process.processexception: org.gradle.process.internal.execexception: process 'command 'c:\android\sdk\build-tools\22.0.1\aapt.exe'' finished non-zero exit value 1
ps sdk build version 22.0.1
the problem writing of old , new versions of android studio. in file manifest.xml.
android: icon = "@ drawable / ic_launcher"
should replaced by
android: icon = "@ mipmap / ic_launcher"
Comments
Post a Comment