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

JQuery Autocomplete without using label, value, id -

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

JAVA - what is the difference between void and boolean methods? -