erol_smsr
erol_smsr

Reputation: 1496

Android Virtual Device is not working

I have a problem with my Eclipse since I updated it to version 23.0.2. I am not able to create a virtual device to test my apps. I found a solution on Stack Overflow that says that I must create my Virtual Devices directly from AVD Manager (Not via Eclipse but via the file). So I succeed and created my virtual device. But when I open Eclipse and try to start my created virtual device, it doesn't work.

When I open AVD Manager directly from the source file everything seems OK as you can see below:

enter image description here

When I go back to Eclipse and open AVD Manager to activate a virtual device I see this:

enter image description here

The details of my virtual device called Test are as seen below:

enter image description here

Can someone see what the problem is and how I can fix it?

Upvotes: 1

Views: 985

Answers (2)

Binita Bharati
Binita Bharati

Reputation: 5898

"Unknown Target" means the relevant Android SDK isn't installed. Go to your SDK Manager and install the relevant SDK for the Android OS that was selected while creating the Virtual Device.

Upvotes: 1

Code_Yoga
Code_Yoga

Reputation: 3248

The error says "Unknown Target android -15" . Do you have sdk android-15 in the android sdk on your PC? If not, download it using the sdk manager.

Upvotes: 1

Related Questions