|
|
Member Since: Mar 05, 2012
Posts: 14
Mac Specs: 13.3" i5 MBP (Late 2011)
|

03-13-2012, 07:51 AM
I found the solution to my problem. OSX lion can not build the emulator for Android.
I found this fix on the CyanogenMod wiki.
Quote:
Mac OS X Lion will fail to compile QEMU (Emulator) codes. You do the following to disable building QEMU components. cd /Volumes/CyanogenModWorkspace/android/system/ (or Whatever directory your external folder is in for your build)
vi external/qemu/Android.mk
You will need to append # at the start of the line to every lines on that file. Press i to insert and Esc + :wq to save and quit vi.
|
You can also just open the file with a text editor and do the same, if you have your finder set to show hidden files.
With this fix, I was able to compile a custom build of Android 4.0.3.
|
|
|
QUOTE
Thanks
|