Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADT Plugin "Loading data for Android X.X.X" every time XML files are opened

I know there are some questions like this on stackOverflow, but i think they are old. I'm working with the latest versions of Android SDK Tols (24.3.2 rev) and ADT 23.0.6. This problem with eclipse, it seems fixed for ADT 22.6.3, but i dont want to downgrade my ADT version.

Anyone can help to fix this problem?.

My scenario:

  • Eclipse Juno
  • Jdk 1.7
  • Android SDK Tools 24.3.2 rev
  • ADT 23.0.6
  • Windows 8.1 Pro
  • 8GB ram

Thanks!

EDIT

I'm using the old Eclipse Bundle with sdk. If set Android Sdk Path to the sdk bundle, the problem appears but if i use SDK from [USER]/AppData/Android/sdk i works as espected. (AppData Android is generated by Android Studio).

My question is, what is the reason for that behavior?.

Thanks

like image 422
jzafrilla Avatar asked Jun 19 '15 07:06

jzafrilla


1 Answers

The problem is in the version of your SDK and ADT. You can resolve installing Android Studio that is now the official IDE for Android Application development. Here is a notice from developer.android.com:

Important: Support for the Android Developer Tools (ADT) in Eclipse is ending, per our announcement. You should migrate your app development projects to Android Studio as soon as possible. For more information on transitioning to Android Studio, see Migrating to Android Studio.

Android studio download

Android studio overview

like image 69
Matteo Basso Avatar answered Sep 29 '22 17:09

Matteo Basso