Eclipse Juno ADT plugin NDK path removed?(删除了 Eclipse Juno ADT 插件 NDK 路径?)
问题描述
我找不到使用 ADT 插件在 Eclipse Juno 上设置 NDK 路径的选项.(我昨天从 Android 网站下载了 ADT Bundle).
I can't find the option to set the NDK path on Eclipse Juno with the ADT plugin. (I downloaded yesterday the ADT Bundle from the Android site).
每个人都说我应该在 Windows -> Preferences -> Android -> NDK 下找到它,但 Android 下的选项 NDK 根本不存在.也许他们在最近的版本中改变了它的位置?无论如何,我似乎找不到在我的 Eclipse 中更改 NDK 路径的方法.
Everyone says I should find it under Windows -> Preferences -> Android -> NDK but the option NDK under Android simply does not exists. Maybe they changed it's location in the recent version? Anyway I can't seem to find a way to change the NDK path in my Eclipse.
图片:
我觉得我在这里遗漏了一些非常明显的东西......
I'm feeling like I'm missing something really obvious here...
推荐答案
需要重新安装ADT-23.0.4.zip
(别忘了选择Android Native Development Tools);
请查看此 Android SDK 页面.
you need re-install the ADT-23.0.4.zip
(Don't forget select the Android Native Development Tools);
Please have a look at this Android SDK page.
你应该:
- 下载 ADT-23.0.4.zip.
- 重新安装即可.
- 重启.
- 您将看到 Eclipse > Window > Android > NDK 标签.
这篇关于删除了 Eclipse Juno ADT 插件 NDK 路径?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:删除了 Eclipse Juno ADT 插件 NDK 路径?


基础教程推荐
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01