Reputation: 2810
I have just updated my SDK. After the update, my eclipse does not work properly. I am facing two problems.
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?
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
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.
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