Ion run android: build failed with exception

  • What went wrong: Execution failed for task ': CordovaLib: processDebugResources'.

    com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: process "command" / home / vishal / sw / android / build -tools / 23.0.3 / aapt '' terminated with a non-zero value exit 127

  • Try: Run with the --stacktrace option to get a stack trace. Run with the -info or --debug option to get more log output.

STRICTLY MALFUNCTIONAL

Total time: 3 min. 14.449 sec. Error: Error code 1 for the command: / var / www / html / street_delight / svn / trunk / add_merchant_app / platform / android / gradlew with args: cdvBuildDebug, -b, / var / www / html / street_delight / svn / trunk / add_merchant_app /platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true

+4
source share
1 answer

The Android SDK works with 32-bit env if you use 64-bit env, then add the following:

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

Thanks codelatte

+3
source

All Articles