tags:

views:

169

answers:

1

when I run my android application using eclipse 3.5 I receive an error called

"Android AVD Error.

No compatible target were found.Do you wish to add a new Android Virtual Device. "

How can I load Android Virtual Device ?

A: 

To add a new AVD in eclipse:

  • Window => Android SDK and AVD manager
  • New

Check what version you are using in your project and create a new AVD with that target version.

Macarse