So im running into a probelm with cordova I am running a linux machine trying to build a cordova app how ever, When i try
$ Cordova build android
I get a the following error
No installed build tools found. Install the Android build tools version 19.1.0 or higher.
How ever i do have it installed And i have edit my .bashrc & .profile to reflect the changes needed for $ANDROID_HOME
Am i missing something?