Wednesday, November 2, 2011

Compiling Android platform on OS X lion(10.7.2)

We describe steps not mentioned in the google tutorial:

UPDATE:

#1 Install Xcode 4


#2 Install Xcode 3.2.4 in a non-standard location


#3. Move mackosxsdk10.5 and 10.4 folders to /Developer/SDK


#4. now you should be able to compile.


gcc -v should return:

version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2326.10)To test if your setup is correct: gcc -v




Note
====

As per official google's eng.'s post this should not need to happen. And they are fixing this problem, so that
this is not required.

No comments:

Post a Comment