I have a trouble while testing my app;(
I have already tested my another android apps in eclipse. But these days I'm trying to make hybrid app using ionic framework.
So I tried
export ANDROID_HOME=~/android-sdks/
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
But I've got this message.
$ ionic platform add android
Creating android project...
/Users/Jang/.cordova/lib/npm_cache/cordova-android/3.6.4/package/bin/node_modules/q/q.js:126
throw e;
^
Error: Failed to run "android". Make sure you have the latest Android SDK installed, and that the "android" command (inside the tools/ folder) is added to your PATH.
Actually At first I didn't have tools directory in android-sdks. So I made by myself, and copied adb.exe in the directory. Was this wrong?
What is the problem? Please help me!! I'm on MAC.