views:

240

answers:

2

Why my target option in eclipse is disabled? I cant select the target platform. On the other hand the platform folder and adds-on are empty. Plz any ideas?

A: 

I guess you need to install required platforms.

Eclipse > Window > Android SDK and AVD Manager > Available Packages ....
alex2k8
A: 

After you have installed your SDK, you need to download all the platforms you need (like Android 1.5, Google API's, so on...)

Then you should create some virtual devices with some parameters (like screen size, sd card...). Then you should run the app over the platform you like.

Danail