:cordovalib:processdebugresources Failed
Using ionic to build android app : [root@localhost ionic-app-base-master]# ionic build android Console log show those messages : Running command: /root/ionic-tutorial/conference/
Solution 1:
Maybe you are trying to run the Android SDK (installed on a 32bit file) on a 64bit system. I solve the problem running the commands bellow on Ubuntu. Depending on your system try one of theses options:
If you are using a Ubuntu 32bit version
sudo apt-get install libgl1-mesa-dev
If your Ubuntu is a 64bit and its version is <= 13.04, run:
sudo apt-get install ia32-libs
In case of Ubuntu 64bit and version >=13.10, run:
sudo apt-get install libgl1-mesa-dev:i386
Solution 2:
Review your files names, i had the same problem and solved by removing special characters from files names.
Post a Comment for ":cordovalib:processdebugresources Failed"