2011-03-07 7 views
3

Eclipse 3.4.2를 사용하고 Eclipse 용 Android SDK 플러그인을 설치했습니다. 나는 일식을 시작할 때 설치 후, 나는플러그인 설치 후 Eclipse 시작 문제

여기

enter image description here

로그가

!SESSION 2011-03-07 11:13:53.163 ----------------------------------------------- 
eclipse.buildId=M20090211-1700 
java.version=1.6.0_23 
java.vendor=Sun Microsystems Inc. 
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US 
Command-line arguments: -os win32 -ws win32 -arch x86 

!ENTRY org.eclipse.osgi 4 0 2011-03-07 11:13:53.632 
!MESSAGE Application error 
!STACK 1 
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini). 
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) 
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) 
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
    at java.lang.reflect.Method.invoke(Unknown Source) 
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) 
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) 
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236) 

!ENTRY org.eclipse.osgi 2 0 2011-03-07 11:13:53.647 
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved: 
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-03-07 11:13:53.647 
!MESSAGE Bundle reference:file:plugins\com.android.ide.eclipse.traceview_10.0.0.v201102162101-104271.jar was not resolved. 
!SUBENTRY 2 com.android.ide.eclipse.traceview 2 0 2011-03-07 11:13:53.647 
!MESSAGE Missing required bundle org.eclipse.core.runtime_0.0.0. 
!SUBENTRY 2 com.android.ide.eclipse.traceview 2 0 2011-03-07 11:13:53.647 
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0. 
!SUBENTRY 2 com.android.ide.eclipse.traceview 2 0 2011-03-07 11:13:53.648 
!MESSAGE Missing required bundle org.eclipse.ui_0.0.0. 
!SUBENTRY 2 com.android.ide.eclipse.traceview 2 0 2011-03-07 11:13:53.648 
!MESSAGE Missing required bundle org.eclipse.jdt.core_0.0.0. 
!SUBENTRY 2 com.android.ide.eclipse.traceview 2 0 2011-03-07 11:13:53.648 
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0. 
!SUBENTRY 2 com.android.ide.eclipse.traceview 2 0 2011-03-07 11:13:53.648 
!MESSAGE Missing required bundle org.eclipse.core.filesystem_0.0.0. 
!SUBENTRY 2 com.android.ide.eclipse.traceview 2 0 2011-03-07 11:13:53.648 
!MESSAGE Missing required bundle org.eclipse.jdt.ui_0.0.0. 
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-03-07 11:13:53.648 
!MESSAGE Bundle reference:file:plugins\com.android.ide.eclipse.hierarchyviewer_10.0.0.v201102162101-104271.jar was not resolved. 
!SUBENTRY 2 com.android.ide.eclipse.hierarchyviewer 2 0 2011-03-07 11:13:53.648 

사람이 같은 문제에 직면했다고 밝혔다 무엇 오류 메시지가 얻을?

+0

오류 메시지에 나열된 두 개의 jar 파일이 누락 된 것처럼 보입니다. 그들이 있다는 것을 확인 했습니까? –

+0

예 이미 jar 파일이 있습니다. – yogsma

+0

이클립스 구성을 변경하여 해결할 수 있습니다, 내가 같은 문제가 생겼어, 그냥 이클립스와 ADT를 다시 피하기 위해 싶었 –

답변

2

나는 이클립스를 재설치하여 문제를 해결했지만 내가 원하는 것은 아니지만이 순간에이 문제를 해결할 것이다.

2

많은 사람들이 reported similar problems입니다. 이 스레드에는 몇 가지 제안이 있지만 확실한 해결책은 없습니다. 한 가지 제안 만이 나를 위해 일했습니다 - 이클립스를 명령 줄에서 이전 상태로 되돌릴 수있는 방법입니다. 그것은 this blog post에서 온다. 터미널에서

: 이클립스 포함 된 폴더에

  1. 이동 내 경우 <som_profile_name>
  2. ls -lt p2/org.eclipse.equinox.p2.engine/profileRegistry/<som_profile_name>.profile/
  3. 를 설치 바울의 블로그 SDKProfile에, epp.package.java.profile했다.
  4. 1372434812558.profile.gz과 같은 파일이 표시되어야합니다. 즉, 작업 -destination .를 추가하지 않을 경우

    eclipse -noSplash -application org.eclipse.equinox.p2.director -repository file:$(pwd)/p2/org.eclipse.equinox.p2.engine/profileRegistry/<som_profile_name>.profile -profile <som_profile_name> -revert 1372434812558

  5. (I을 성공적으로했다 :

  6. 가 확실 느낌 날짜 최근 하나를 선택하는 것은 명령처럼 함께 넣어
  7. 괜찮 -destination과 함께,하지만 난 그게 작동하지 않아야한다고 생각해)