ADT Bundle for Mac: Eclipse Cannot Be Launched

I downloaded the Android Developer Tools Bundle for Mac from here . The "System Requirements" section states that "Mac OS X 10.5.8 or later ( x86 only)." I tried running Eclipse.app in adt-bundle-mac- x86_64 / eclipse, but received the following error message:

You cannot open the Eclipse.app application because it is not supported on this type of Mac.

I have a Macbook with a 32-bit Intel Core Duo processor and Mac OS X 10.6.8 and JRE 1.6.0_39. Why can't I start Eclipse from the ADT package? If I install Eclipse Classic 4.2.1 32-bit from here , it works.

+4
source share
2 answers

It:

I have a 32-bit Macbook

and this:

I tried running Eclipse.app in adt-bundle-mac-x86_64 / eclipse

Do not line up. It looks like you are trying to use 64-bit Eclipse in a 32-bit environment based on your description.

It seems that there is no 32-bit version of the XT ADT package, so you may need to install the SDK Tools and Eclipse separately rather than use the package.

+1
source

http://developer.android.com/sdk/index.html#download

Go there and make sure you select 32 bits to download. This should solve your problem.

+2
source

All Articles