android - Eclipse 不支持 SDK layoutlib 版本

标签 android eclipse

这是我的 Eclipse 问题:

SDK layoutlib version is not supported

Eclipse screenshot

这个问题有什么解决办法吗?每个 API 都会出现此问题。

最佳答案

Eclipse 中对 Android 开发的支持已于 2016 年结束,从 Android Developers Blog :

With the release of Android Studio 2.2, the time has now come to say goodbye to the Eclipse Android Developer Tools. We have formally ended their support and development. There's never been a better time to switch to Android Studio and experience the improvements we've made to the Android development workflow.

Android API 28 于 2018 年 8 月 6 日发布 according to Wikipedia ,距该临终帖子发布近两年了。因此,没有实现 Eclipse 插件的 API 28 布局 SDK 是有道理的。

您最好的解决方案是将您的项目迁移到 Android Studio反而。

关于android - Eclipse 不支持 SDK layoutlib 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55277027/

相关文章:

javascript - 如何从 Android 的 Webview 中隐藏键盘?

c++ - Eclipse - C++ 代码风格和标准定制和自动化

java - 新的空白 Activity Android 应用程序不工作

android - 软键盘不出现

android - 如何使用 mock() 和 spy() 测试静态方法

android - 从 Kotlin 1.3.31 升级 -> 1.3.40 会破坏 Android 构建

Android 出现 eclipse proguard.cfg 问题

Android SDK 需要 ADT 版本 23 或以上

Java: "Cannot refer to a non-final variable inside an inner class [...]",OS X 和 Windows 之间的区别

Android getIntent() 每次都在 onResume() 中返回相同的 Intent 。如何清除 bundle 中的 int 字段?