How To Add Android Path In Mac
I'm using Ionic2 and I want to run android in mac: when I used Command: ionic cordova run android I had this error: ERROR running one or more of the platforms: Android SDK not fo
I had a similar problem and I added the directory /etc/paths.d
sudo mkdir /etc/paths.d
and created a file android-sdk
sudo vi /etc/paths.d/android-sdk
Add your paths in the file and save
Post a Comment for "How To Add Android Path In Mac"