问题描述
也许有人也遇到了这个奇怪的问题。我上周更新了我的Android Eclipse SDK(新安装),并注意到项目属性窗口现在缺少 Java编译器>注释处理
标签。我在mac上工作它是Eclipse Juno版本:4.2.1.v20130118-173121-9MF7GHYdG0B5kx4E_SkfZV-1mNjVATf67ZAb7 构建ID:M20130204-1200
有人知道如何带来背部?或者如何下载sdk的正确版本。
原因:
似乎在最新版本的Eclipse ADT中缺少整个 apt
插件
在以前的 20140624
版本: apt
和注释文件可用:
但是在最新的 20140702
版本:全部 apt
文件丢失:
解决方案:
目前唯一的解决方案是下载标准版的,并从存储库分开安装:
https://dl-ssl.google.com/android/eclipse/
但根据官员Android问题跟踪器: - 此问题应该是在下一个版本的ADT捆绑包中解决。
maybe someone also came across the strange issue. I've updated last week my android Eclipse SDK (fresh installation) and noticed that project properties window is now missing Java compiler > annotation processing
tab. I am working on mac. And it's the Eclipse Juno Version: 4.2.1.v20130118-173121-9MF7GHYdG0B5kx4E_SkfZV-1mNjVATf67ZAb7Build id: M20130204-1200
Does somebody know how to bring it back? Or how to download proper version of sdk.
The reason:
It seems that entire apt
plugin is missing in latest version of Eclipse ADT
In previous 20140624
version: apt
and annotation files were available:
But in latest 20140702
version: all apt
files are missing:
Solution:
The only solution so far is to download a standard version of Eclipse IDE and install ADT plugin separately from repository:https://dl-ssl.google.com/android/eclipse/
But according to the official Android Issue Tracker: Issue #73798 - this issue should be resolved in next release of ADT bundle.
这篇关于新的Android Eclipse SDK项目属性窗口缺少“Java编译器”注释处理“标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!