Friday, November 4, 2011

Xcode, mac uninstall in general

Apparently mac does not contain an uninstaller. Its horrible!
Each application now if its simple needs to be trashed from the application folder and it will go away.

However complex applications like Xcode which perform more than one path installation and more importantly create files on destination directories, its horrible.

And they come with their own tools.!


I hate it.

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.