I try to get ADT to work in Eclipse, but I get occasional freezes when the eclipse simply blocks for no apparent reason, usually requiring "killall java" to properly clear it from memory.
I'm on Ubuntu 10.4 (64 bit) Here are the details of installing eclipse / android:
eclipse Version: 3.5.2 Build identifier: M20100211-1343 Android development tools 0.9.8.v201008281755-53891 com.android.ide.eclipse.adt.feature.group Android DDMS 0.9.8.v201008281755-53891 com.android.ide .eclipse.ddms.feature.group
Here's the output from java -version: java version "1.6.0_20" Java (TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot (TM) 64-bit server VM (build 16.3-b01, mixed mode)
I often donβt get anything in workspace logs, but here is an example of what came after Eclipse hung just now:! ENTRY org.eclipse.core.resources 8 2 2010-09-21 10: 22: 27.407 MESSAGE Problems arise when calling the code from the plug-in: "org.eclipse.core.resources". STACK 1 org.eclipse.core.runtime.CoreException: the project goal has not yet been resolved. at com.android.ide.eclipse.adt.internal.build.BaseBuilder.stopBuild (Unknown source) at com.android.ide.eclipse.adt.internal.build.BaseBuilder.abortOnBadSetup (Unknown source) on com.android.ide .eclipse.adt.internal.build.PreCompilerBuilder.build (Unknown source) at org.eclipse.core.internal.events.BuildManager $ 2.run (BuildManager.java:627) at org.eclipse.core.runtime.SafeRunner.run (SafeRunner.java:42) at org.eclipse.core.internal.events.BuildManager.basicBuild (BuildManager.java:170) at org.eclipse.core.internal.events.BuildManager.basicBuild (BuildManager.java:201) at org.eclipse.core.internal.events.BuildManager $ 1.run (BuildManager.java:253) at org.eclipse.core.runtime.SafeRunner.run (SafeRunner.java:42) at org.eclipse.core.internal.events .BuildManager.basicBuild (BuildManager.java:256) at org.eclipse.core.internal.events.BuildManager.basicBuildLoop (BuildManager.java:309) at org.eclipse.core .internal.events.BuildManager.build (BuildManager.javahaps41) at org.eclipse.core.internal.events.AutoBuildJob.doBuild (AutoBuildJob.java:140) at org.eclipse.core.internal.events.AutoBuildJob.run (AutoBuildJob.java:238) at org.eclipse.core.internal.jobs.Worker.run (Worker.java:55) SUBENTRY 1 com.android.ide.eclipse.adt 8 0 2010-09-21 10:22: 27.407! MESSAGE The goal of the project has not yet been achieved. SUBENTRY 1 com.android.ide.eclipse.adt 8 0 2010-09-21 10: 22: 27.407! MESSAGE The goal of the project has not yet been achieved.
There were two of these entries - identical, with the exception of time stamps.
I tried almost every version of eclipse that I can download, I tried to bind adt to sdk 1.6 r1, r2 and r3.
Does anyone have any ideas? I'm here. Eclipse is pretty solid for me using other plugins - C / C ++, PyDev, PHP, the web stuff is working fine, but as soon as I try to use the Android plugin, I start hanging. I turned off code completion, in case it is, but no, no matter what I do, I get a couple of lines printed, then everything turns gray.
source share