Build Error Running Cordova Platform Add Android
Solution 1:
For me, on Ubuntu 13.10 64bit, this was fixed by installing 32bit libz:
sudo aptitude install libz1:i386
I found this by:
Solution 2:
I have exactly the same error message. in my case, the lib32stdc++ was not installed in my ubuntu, after installation, all work as intended.
sudo apt-get install lib32stdc++6
Hope this could resolve your problem.
Solution 3:
According to my knowledge ,first of all you have to download the cord-ova plugin from cord-ova and after you have to install the plugin eclipse by going to help-->Install new software by typing phone-gap. In eclipse Press Ctrl+N and select phone-gap and while creating the project choose the your cord-ova which you have download give the path up to of cord-ova (there is radio button to choose that ,by default it choose 1.X.X version instead of that choose your latest version below that )
Solution 4:
The error is related to Ant. There is no build system.
Download and install Ant.
Make sure you configure the system PATH correctly as defined in the installation document.
Post a Comment for "Build Error Running Cordova Platform Add Android"