cygwin cannot find android -


hi i'm following android tutorial on ndk (hello-jni) , trying run following command within cygwin

 android update project -p . -s 

but following message:

 -bash: android: command not found 

i new @ , assume because cygwin isn't hooked android not know how fix this. can help?

thanks in advance

you need set path, cygwin knows find android program.

in here, see line says,

set path=e:/android/android-sdk-windows/tools;e:/android/android-ndk-r5b


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

c++ - Accessing inactive union member and undefined behavior? -

php - Get uncommon values from two or more arrays -