简体   繁体   English

Eclipse ADT捆绑包无法正常工作

[英]Eclipse ADT Bundle Not Working Properly

I've just downloaded the Eclipse ADT Bundle from official site: http://developer.android.com/sdk/index.html (specifically adt-bundle-windows-x86_64-20140624.zip). 我刚从官方网站下载了Eclipse ADT Bundle: http//developer.android.com/sdk/index.html (特别是adt-bundle-windows-x86_64-20140624.zip)。 I'm on Win 7 64 bit, I've MD5 match for the zip file, but Juno fails to load correctly (I'm running eclipse.exe with admin rights): no ADT plugin, no application title (generic Resource -), no SDK manager link, ecc.ecc. 我在Win 7 64位,我的MD5匹配zip文件,但Juno无法正确加载(我正在运行带管理员权限的eclipse.exe):没有ADT插件,没有应用程序标题(通用资源 - ) ,没有SDK管理员链接,ecc.ecc。 My workspace folder is totally clean under c:/dev/android, I've latest 64-bit JDK installed (version 8 update 5). 我的工作区文件夹在c:/ dev / android下完全干净,我安装了最新的64位JDK(版本8更新5)。 I've also tried another pc with windows 8, with no luck. 我还试过另一台带有Windows 8的电脑,没有运气。 What's wrong here? 这有什么不对?

You can download the entire adt-bundle from: 您可以从以下位置下载整个adt-bundle:

http://dl.google.com/android/adt/22.6.2/adt-bundle-linux-x86_64-20140321.zip http://dl.google.com/android/adt/22.6.2/adt-bundle-linux-x86_64-20140321.zip

I completely removed the 20140624 bundle. 我完全删除了20140624捆绑包。 I also renamed ~/.android to ~/.android.bak. 我还将〜/ .android重命名为〜/ .android.bak。 Then I unzipped this previous 22.6.2 version and it ran fine. 然后我解压缩了之前的22.6.2版本并运行良好。 When you run the SDK Manager, do not update the first two items to v23, keep everything at this version. 运行SDK Manager时,请不要将前两个项目更新到v23,请保留此版本的所有内容。

It seems to be a bug, Android developers recommend to use the latest stable 22.6.2 version (20140321), which you can download from this link as AndroidUser said, but this is the Windows version for a 64-bit operating system: 这似乎是一个错误,Android开发人员建议使用最新的稳定22.6.2版本 (20140321),您可以从此链接下载AndroidUser说,但这是64位操作系统的Windows版本:

https://dl.google.com/android/adt/22.6.2/adt-bundle-windows-x86_64-20140321.zip https://dl.google.com/android/adt/22.6.2/adt-bundle-windows-x86_64-20140321.zip

If you delete all files of that bad new version and replace it with these, you will get back the friendly-looking Eclipse-based and working ADT. 如果你删除那个糟糕的新版本的所有文件并将其替换为这些文件,你将获得友好的基于Eclipse和工作的 ADT。

I have also troubles with installing the latest ADT bundle for Win7 64bit (the mentioned version by Jumpa). 我也为安装Win7 64bit的最新ADT软件包(Jumpa提到的版本)而烦恼。 I've tried it several days to get it working but for me there's now fix for the bundle. 我已经尝试了好几天才能让它工作但是对我来说现在已经修复了捆绑包。

Also using a previous version of the ADT bundle was with-out success because it stops working very quickly. 使用以前版本的ADT捆绑包也没有成功,因为它很快就会停止工作。 It requires to update to v23 and that update was not working. 它需要更新到v23并且该更新无效。

I have the following "workaround" ( install everything maunally until google fixed the adt bundle ): 我有以下“解决方法”( install everything maunally until google fixed the adt bundle ):

Now it looks like everything is working. 现在看起来一切正常。

I'm new to Android devel and I'm doing a "HelloWorld" app and creating a new activity with the wizard failed with the adt bundle. 我是Android devel的新手,我正在做一个“HelloWorld”应用程序,并且使用adt包创建了一个带有向导的新活动失败。 Nothing was created but now with the manual installation everything is created (created resource & added the activity to the manifest). 没有创建任何东西,但现在手动安装创建了所有内容(创建资源并将活动添加到清单)。

Hi there are some changes with the android studio (SDK & ADT Bundle) 嗨,android studio(SDK&ADT Bundle)有一些变化

i have been looking for adb and did not find the adt bundle but figured how to get it from the following steps :) 我一直在寻找adb并没有找到adt包但是想出了如何从以下步骤中获得它:)

Do the following: 1. if you want android studio download it http://developer.android.com/sdk/index.html 2. To get the SDK bundle http://developer.android.com/sdk/index.html#Other 执行以下操作:1。如果您想要android studio下载它http://developer.android.com/sdk/index.html 2.获取SDK包http://developer.android.com/sdk/index.html #其他

The next Step is download the zip or rar file and extract it to your Local Drive then use the SDK Manager to install the files manually 下一步是下载zip或rar文件并将其解压缩到本地驱动器,然后使用SDK Manager手动安装文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM