为什么我在 Eclipse 上找不到适用于 Eclipse 的 Android SDK?

why i cant find Android SDK that works on eclipse on Eclipse?

我在 developer.android.com 上发现了这个,这是否意味着我不能使用 Eclipse 开发 Android 应用程序??

P.S。 : 我用Ubuntu 15.04 64位

"Important: Support for the Android Developer Tools (ADT) in Eclipse has ended, per our announcement. You should migrate your app development projects to Android Studio as soon as possible. For more information on transitioning to Android Studio, see Migrating from Eclipse ADT. "

好吧,我不喜欢引用某人,但是对上述问题的这个解释已经足够好了:

You still may be more productive with Eclipse at the time of writing, as Android studio is relatively new and some obvious features (like Unit testing, for instance) are kind of present yet you just cannot get them working. It will pass many years till Android 6.0 applications you can develop with Eclipse no problem will no longer run on majority of devices on the market.

But as Android studio will likely to improve over time, and new features will be available only there in the future, I would recommend to start from that IDE for a complete beginner. Even better it may be to understand how the command line development works as this may allow to use any flexible enough IDE, does not matter is it officially supported on not.

From: Android Studio and Eclipse - which one I should use?

对于刚开始Android开发的初学者来说,最好从Eclipse开始,因为很多教程和书籍都是基于使用带有ADT插件的Eclipse。

但是看...在那里您找不到带有某些库和依赖项或模块的大型项目,但是 TicTacToe,简单的 GPS 提供商会告诉您您的实际位置或 ImageGallery

还要注意有多少 Whosebug 问题标记有 androideclipse 标签是因为依赖项、模块或库的不兼容。慢慢看吧。

时代在变...两年前还没有 Android Studio 和今天的 must-have 库,例如 PicassoRobolectric

希望对您理解上述说法有所帮助。

从技术上讲,您仍然可以使用 Eclipse 开发 Android 应用程序。

但是从2015年开始就越来越难了——Google不仅停止了ADT的开发,还把他的Android个样本全部移到了gradle-based目录结构中。这意味着来自 developer.android.com 的稀有 link 来源现在没有被破坏 ;-(

此外,大多数独立软件组件和库开发人员停止了对 Eclipse 的支持。新库从 jcenter() 和其他 maven-like 存储库分发。可能很难将库 jar 放入您的项目 libs/ 目录。

最好在 2016 年开始使用 Android Studio,完全不接触 Eclipse。