Android ADT downloads data for Android 4.4.2 all the time

I am using Eclipse Kepler SP2 with the latest ADT plugin. Every two minutes, Eclipse says “Downloading data for Android 4.4.2” and blocks everything I want to do. I am trying to work on a project with Android 4.2.2, but I can’t, here are 4 things I did:

  • Windows> Android Virtual Device Manager and it shows me that the target with "Target Name" is 4.2.2

  • Windows> Preferences> Android, and I clicked on Android 4.2.2, then Apply> OK, but it still shows me what I'm using4.4.2

  • Right-click on my project, select Properties> Android (on the left), and there were three, Android 4.2.2Google APIs and Android 4.4.2, I checked Android 4.2.2, didn't use

  • activity_main.xml> Graphic layout, in the upper middle window (about) there is Android green with the name "Android version used to render the layout in Eclipse". I want to change to 4.2.2, but not there ... on this green Android form there is number 19, when I open it, there are only 2, "Automatically choose the best" and Android 4.4.2.

  • I upgrade my ADID for Android to 22.6.2

Here is my problem:

enter image description here

Here is my ADT info. I tried updating it at all, but it cannot help ...

enter image description here

+4
source share
1 answer

Open the .android folder in the user directory and delete the cache folder. Solved the problem for me

0
source

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


All Articles