Jigar Shekh
Jigar Shekh

Reputation: 2810

Eclipse is not working properly after update it

I have just updated my SDK. After the update, my eclipse does not work properly. I am facing two problems.

  1. When I create a new project, it adds the appcompat_v7 library project automatically. I have seen many solutions, and I understand why it's being added automatically. But every time I create a new project, it adds appcompact_v7. How do I fix this problem so that the file appcompact_v7 should only be added the first time ,not every time I create a new project?

  2. Whenever I try to create a new emulator it seems like it doesn't work. (Nothing happening when I click on the OK-button at the bottom of the window)

Upvotes: 4

Views: 483

Answers (1)

Suraj Dubey
Suraj Dubey

Reputation: 536

Unfortunately in the latest SDK, Emulator isn't working that way. It's still a bug.

But don't worry. There is an alternative way to do it.

To start the emulator:
Go to Window-> Android SDK Manager-> Tools-> Manage AVDs
Then select any AVD of your choice and click start.

SDK Manager

enter image description here

enter image description here

enter image description here

enter image description here

For your 1st problem:

You'll have to back off Android SDK Tools to Rev. 22.3 and Android SDK Platform-tools to 19.
Please comment for further questions.

Upvotes: 1

Related Questions