Post Reply 
 
Thread Rating:
  • 2 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How Compile Android version with Cygwin [Faq]
11-12-2012, 01:59 PM (This post was last modified: 11-12-2012 02:03 PM by acocalypso.)
Post: #14
RE: How Compile Android version with Cygwin [Faq]
]Hello everybody, thanks for this tutorial,

id tried it but i failed at building the xml... here is a screenshot, please tell me whats wrong? i dont know why ive got a permission denied -.-

here is my ab.sh

PHP Code:
NDK_MODULE_PATH=..:../native/ext C:/android/android-ndk-r8b/ndk-build -j 3 

.bash_profile
PHP Code:
# Set INFOPATH so it includes users' private info if it exists
# if [ -d "${HOME}/info" ]; then
#   INFOPATH="${HOME}/info:${INFOPATH}"
# fi

export PATH=${PATH}:C:/android/android-sdk-windows/platform-tools
export PATH
=${PATH}:C:/android/android-ndk-r8b
export PATH
=${PATH}:C:/android/android-sdk-windows/tools 


   
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] - acocalypso - 11-12-2012 01:59 PM

Forum Jump: