Hm… that was unclear information
"No Directory Found" it’s for platforms directory or android directory (inside platforms directory) ?
Ensure android directory has created inside platforms directory, if it’s not exist try to change permission of platforms directory to 777/775. then add platform again.
if it’s still failed
try this one
Yeah, it’s kinda unclear since he talk about 2 directories in the same sentence, hehe but I checked and both exists and I put 777 permissios in both directories
After I removed the platform, the file android.json wasn’t there anymore, so I didn’t need to delete.
Hm… actualy after you deleted “android.json” when you ran this command
$ cordova prepare android
it will create android.json again
what i can see in your result, i think it’s error because your android sdk “/home/gama/applications/android-sdk-linux/”
make sure you have latest update and do not forget to install ant
# brew update
# brew install ant
Here your missing directory “/home/gama/applications/android-sdk-linux/build-tools/19.1.0/aapt”
by the way i am using latest version, try to install the latest version first. open up your android sdk manager and install latest build-tools or just update.