Eclipse does not work correctly after upgrade

I just updated my SDK. After the update, my eclipse does not work correctly. I ran into two problems.

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

  • Whenever I try to create a new emulator, it seems that it does not work. (Nothing happens when I click the OK button at the bottom of the window)

+4
source share
1 answer

Unfortunately, in the latest SDK, the emulator does not work like that. This is still a mistake.

But donโ€™t worry. There is an alternative way to do this.

To start the emulator:
Open 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 first problem:

You need to cancel the Android SDK Tools before Rev. 22.3 and Android SDK Platform-tools up to 19 .
Please comment on further questions.

+1
source

Source: https://habr.com/ru/post/1531112/


All Articles