Android: ANDROID_BIN which android unexpected error occured

$ ./create ~/projects/shoppingbuddy com.PortNumber53.ShoppingBuddy ShoppingBuddyAn unexpected error occurred: ANDROID_BIN="${ANDROID_BIN:=$( which android )}" exited with 1
Deleting project…

 

nano create

Change the line:

ANDROID_BIN="${ANDROID_BIN:=$( which android )}"

to be the absolute path:

ANDROID_BIN="/home/mauricio/adt-bundle-linux-x86_64-20130219/sdk/tools/android"

 

 

Tagged , , . Bookmark the permalink.

Leave a Reply