Eclipse Android Plugin Sluggish

I recently installed the latest Android module for Eclipse in the latest version of Eclipse. The problem is that the syntax sentences are very, very slow right now. I have to disable them.

To be precise. If I click "." after an instance of the Android class, it takes a few seconds before suggestions for methods appear, and I can continue to print. After I print the letter, it will take seconds again before I can continue.

It seems that the program is downloading something from a very slow server. This problem does not exist with Java base classes, and it also did not exist in the previous version that I used.

Can I do anything about this?

Renee

+1
source share
5 answers

, . Eclipse 3.5 3.6; - Android Developers ( !):

! ADT, Eclipse 3.6. , 3.5 .

eclipse.ini, Java 1.6 , .

+1

, , , Intellij IDEA Android. Eclipse IDEA Android , .

Intellij IDEA Android open-sourced.

0

I saw a keystroke delay when I first used eclipse as a result of using the "wrong" JRE to start eclipse (which is itself a Java application). Try to make sure that you are using the JRE that comes with the Sun, er, Oracle JDK. Unfortunately, more noble motivated alternatives may not work.

0
source

For better performance and usability, I would recommend the best combination:

1) Eclipse (J2EE) 3.5

2) Update JDK 1.6 20

and the rest are all not suitable for setting up Android.

0
source

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


All Articles