ADT不工作,推出的Eclipse朱诺代替 [英] ADT isn't working, launching Eclipse Juno instead

查看:307
本文介绍了ADT不工作,推出的Eclipse朱诺代替的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我更新了我的ADT和SDK,安装了一个新的JDK,现在打开Eclipse朱诺,而不是Android的Developpment工具。

我安装这些东西:


  • adt-bundle-windows-x86_64-20140624.zip

  • 的jdk-8u5-windows的-x64.exe程序

我该怎么办?

我也去到Eclipse - 按照谷歌的安装ADT插件指南,它仍然没有工作安装新的软件包。此外,当我点击SDK管理器 - 它不会打开。它打开命令提示符1秒。


解决方案

我的英文不是很好,所以我的话是从谷歌翻译翻译。我以前也遇到过这样的问题,我是一个完美主义者,所以不能忍受这种事情,现在我要解决这个问题,谷歌已经发布了最新的ADT-23.0.2,现在在以下地址。

Win32的: http://dl.google。 COM /安卓/ ADT / adt-bundle-windows-x86-20140702.zip

Win64的: http://dl.google。 COM /安卓/ ADT / adt-bundle-windows-x86_64-20140702.zip

复制Eclipse的文件夹,替换原来的文件夹。然后创建一个名为ide.product文件的文件,复制以下考虑:

 <?XML版本=1.0编码=UTF-8&GT?;
< PDE版本=3.5&GT?;<产品名称=Android开发者工具的uid =com.android.ide.eclipse.adt.package.productID =com.android.ide.eclipse.adt.package.product应用程序=org.eclipse .ui.ide.workbench版本=23.0.2.qualifieruseFeatures =真includeLaunchers =真>< configIni使用=默认>
< / configIni>< launcherArgs>
  < programArgs> -product com.android.ide.eclipse.adt.package.product< / programArgs>
  < programArgsWin> - launcher.XXMaxPermSize 256M< / programArgsWin>
  < vmArgs> -Dosgi.requiredJavaVersion = 1.6 -Xms40m -Xmx768m< / vmArgs>
  < vmArgsLin> -XX:MaxPermSize参数=256米< / vmArgsLin>
  < vmArgsMac> -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts< / vmArgsMac>
  < / launcherArgs>  < windowImages />  <飞溅
  位置=com.android.ide.eclipse.adt.package/>
  <&发射GT;
  <的Solaris />
  <赢得useIco =真正的>
     < ICO路径=/插件,ADT-包/图标/ adt.ico/>
     < BMP />
  < /&赢得GT;
  < /发射器>  < VM>
  &LT; Linux的include=\"false\">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</linux>
  &LT;的MacOS include=\"false\">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</macos>
  &LT;窗​​户include=\"false\">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</windows>
  &LT; / VM&GT;  &LT;&插件GT;
  &LT; /插件&GT;  &LT;功能和GT;
  &LT;特征ID =com.android.ide.eclipse.adt.package/&GT;
  &LT; /功能和GT;  &LT;配置&GT;
  &LT;属性名=的eclipse.productVALUE =com.android.ide.eclipse.adt.package.product/&GT;
  &LT; /配置&GT;  &LT; /产品&GT;

不过,这种启动或JUNO界面后,你可以把下面的路径为splash.bmp

<$p$p><$c$c>C:\\adt-bundle-windows-x86\\eclipse\\\\plugins\\org.eclipse.platform_4.2.1.v201209141800\\splash.bmp

替换以下路径为splash.bmp

<$p$p><$c$c>C:\\adt-bundle-windows-x86\\eclipse\\plugins\\com.android.ide.eclipse.adt.package_21.1.0.v201302060044-569685

这样你就能看到你,然后开始一个熟悉的界面。

I updated my ADT and SDK, installed a new JDK and now it open Eclipse Juno and not the Android Developpment Tool.

I installed these things:

  • adt-bundle-windows-x86_64-20140624.zip
  • jdk-8u5-windows-x64.exe

What can I do?

I also went to Eclipse - install new package according to the Google "Installing the ADT plugin guide" and it's still not working. Also, when I'm clicking the SDK manager - it doesn't open. It's opening a command prompt for 1 second.

解决方案

My English is not very good, so my words are translated from Google Translation. I have encountered such a problem before, I am a perfectionist, so can not tolerate this kind of thing, and now I have to solve this problem, Google has released the latest ADT-23.0.2, now at the following address.

win32: http://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip

win64: http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip

Copy the Eclipse folder to replace the original folder. Then create a file named ide.product file, copy the following into account:

<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Android Developer Tools" uid="com.android.ide.eclipse.adt.package.product" id="com.android.ide.eclipse.adt.package.product" application="org.eclipse.ui.ide.workbench" version="23.0.2.qualifier" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>

<launcherArgs>
  <programArgs>-product com.android.ide.eclipse.adt.package.product</programArgs>
  <programArgsWin>--launcher.XXMaxPermSize 256M</programArgsWin>
  <vmArgs>-Dosgi.requiredJavaVersion=1.6 -Xms40m -Xmx768m</vmArgs>
  <vmArgsLin>-XX:MaxPermSize=256m</vmArgsLin>
  <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
  </launcherArgs>

  <windowImages/>

  <splash
  location="com.android.ide.eclipse.adt.package" />
  <launcher>
  <solaris/>
  <win useIco="true">
     <ico path="/plugin-adt-package/icons/adt.ico"/>
     <bmp/>
  </win>
  </launcher>

  <vm>
  <linux include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</linux>
  <macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</macos>
  <windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</windows>
  </vm>

  <plugins>
  </plugins>

  <features>
  <feature id="com.android.ide.eclipse.adt.package"/>
  </features>

  <configurations>
  <property name="eclipse.product" value="com.android.ide.eclipse.adt.package.product" />
  </configurations>

  </product>

However, after this start or juno interface, you can put the following path splash.bmp

C:\adt-bundle-windows-x86\eclipse\\plugins\org.eclipse.platform_4.2.1.v201209141800\splash.bmp

Replace the following path splash.bmp

C:\adt-bundle-windows-x86\eclipse\plugins\com.android.ide.eclipse.adt.package_21.1.0.v201302060044-569685

As such you will be able to see you and then start a familiar interface.

这篇关于ADT不工作,推出的Eclipse朱诺代替的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆