Ashish Bhosle
Ashish Bhosle

Reputation: 657

ionic run android: Build failed with an exception

BUILD FAILED

Total time: 3 mins 14.449 secs Error: Error code 1 for command: /var/www/html/street_delight/svn/trunk/add_merchant_app/platforms/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

Upvotes: 4

Views: 1828

Answers (1)

Ashish Bhosle
Ashish Bhosle

Reputation: 657

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

Upvotes: 1

Related Questions