2

-- ファイルを確認した.eclipseproductところ、私のバージョンは4.3.0.

ここで、Eclipse 4.3 用の Google プラグインを - にインストールしようとしましたHelp-->Install new software。そして、私はhttps://dl.google.com/eclipse/plugin/4.3フィールドでの作業で使用しました。

Googleプラグインを選択すると、次のように表示されます-

Cannot complete the install because one or more required items could not be found.
  Software being installed: Google Plugin for Eclipse 4.3 3.5.1.v201312301723-rel-r43 (com.google.gdt.eclipse.suite.e43.feature.feature.group 3.5.1.v201312301723-rel-r43)
  Missing requirement: Google Plugin for Eclipse 4.3 3.5.1.v201312301723-rel-r43 (com.google.gdt.eclipse.suite.e43.feature.feature.group 3.5.1.v201312301723-rel-r43) requires 'org.eclipse.persistence.jpa.jpql 0.0.0' but it could not be found

私はグーグルアプリエンジンをインストールしようとしましたが、それはまたそれを言います-

Cannot complete the install because one or more required items could not be found.
  Software being installed: Google App Engine Tools for Android 3.5.1.v201312301723-rel-r43 (com.google.gdt.eclipse.mobile.android.feature.feature.group 3.5.1.v201312301723-rel-r43)
  Missing requirement: Google Managed APIs Plugin 3.5.1.v201312301719-rel-r42 (com.google.gdt.eclipse.managedapis 3.5.1.v201312301719-rel-r42) requires 'bundle org.eclipse.m2e.core 0.0.0' but it could not be found
  Missing requirement: Google Managed APIs Plugin 3.5.1.v201312301723-rel-r43 (com.google.gdt.eclipse.managedapis 3.5.1.v201312301723-rel-r43) requires 'bundle org.eclipse.m2e.core 0.0.0' but it could not be found
  Cannot satisfy dependency:
    From: Google App Engine Tools for Android 3.5.1.v201312301723-rel-r43 (com.google.gdt.eclipse.mobile.android.feature.feature.group 3.5.1.v201312301723-rel-r43)
    To: com.google.gdt.eclipse.suite 0.0.0
  Cannot satisfy dependency:
    From: Google Suite Plugin 3.5.1.v201312301719-rel-r42 (com.google.gdt.eclipse.suite 3.5.1.v201312301719-rel-r42)
    To: bundle com.google.gdt.eclipse.managedapis 0.0.0
  Cannot satisfy dependency:
    From: Google Suite Plugin 3.5.1.v201312301723-rel-r43 (com.google.gdt.eclipse.suite 3.5.1.v201312301723-rel-r43)
    To: bundle com.google.gdt.eclipse.managedapis 0.0.0

では、Eclipse 4.3 用の Google プラグインをインストールできるようにするにはどうすればよいでしょうか?

助けてくれてありがとう。

4

2 に答える 2

2

最新の Eclipse、Eclipse プラグイン、および JDK を使用していることを確認してください。多分あなたのJREを更新してください。

それ以外の場合は、 ADT-Bundle全体をインストールしてみてください。これは、プラグインがプリインストールされた Eclipse IDE のようなものです。

私の頭に浮かぶ最後のことは、Android Studioを試すことができるということです。

于 2014-01-21T14:20:32.577 に答える