Skip to content

Instantly share code, notes, and snippets.

@smobile-jspark
Created September 8, 2017 06:41
Show Gist options
  • Select an option

  • Save smobile-jspark/bd3764666357a48dbdbd6bb3d70bf5c2 to your computer and use it in GitHub Desktop.

Select an option

Save smobile-jspark/bd3764666357a48dbdbd6bb3d70bf5c2 to your computer and use it in GitHub Desktop.
aosp build - mac os
1) mac os x sdk 버전은 11 로 설치해야 함
Download earlier Mac OSX SDK(10.11 worked for me) from
https://github.com/phracker/MacOSX-SDKs/releases
Unzip and copy to /Applications/XCode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
2) build/core/combo/mac_version.mk
support 버전은 11로 해야함
3) jdk 설치 후 bash_profile 에
export PATH=/opt/local/bin:~/bin:$PATH
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home
export ANDROID_JAVA_HOME=$JAVA_HOME
추가하여야 함
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment