Skip to content Skip to sidebar Skip to footer

Ionic Run Android: Build Failed With An Exception

What went wrong: Execution failed for task ':CordovaLib:processDebugResources'. com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Proces

Solution 1:

Android SDK works on 32-bit env, if you are using 64-bit env then add following:

sudo apt-get install lib32stdc++6
sudo apt-get install lib32z1

Thanks to codelatte

Post a Comment for "Ionic Run Android: Build Failed With An Exception"