Post Reply 
 
Thread Rating:
  • 2 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How Compile Android version with Cygwin [Faq]
11-08-2012, 04:42 PM (This post was last modified: 11-08-2012 04:51 PM by macia10.)
Post: #7
RE: How Compile Android version with Cygwin [Faq]
android.bat does not wrok for me but I've downloaded API16 manually. I can see that android.bat is needed later. Where should it be and how to get it?

EDIT:
and after I did this:
Quote:Add you path folder for Android-sdk/tools / Android-sdk/platforms-tools and android-ndk -> /cygdrive/letter partition/Folder/

Code:
export PATH=${PATH}:/cygdrive/c/Android/android-sdk/platform-tools
export PATH=${PATH}:/cygdrive/c/android-ndk-r8b
export PATH=${PATH}:/cygdrive/c/Android/android-sdk/tools

And update path

Code:
source .bash_profile
should it see ndk-build command? Because it does not... paths are correct as I'm using exactly the same.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How Compile Android version with Cygwin [Faq] - macia10 - 11-08-2012 04:42 PM

Forum Jump: