I am getting the following error when trying to compile my android project in IntelliJ (v11.1) on MacOSX.
I/O error: Cannot run program "/%PATH_TO_SDK%/android-sdk-macosx/platforms
/android-16/tools/aapt": error=2, No such file or directory
Some places say it is saying I might be using a 64 bit version of the libraries when I need 32 bit but everyone experiencing that problem is using Ubuntu so the solutions I have found are only suited to that.
The weird thing is, it worked this morning when I only had android-16 installed, but after I downloaded the other versions it stopped.
Any help would be appreciated. Can provide more info if needed.