Where specify NDK in July 2, 2014 ADT eclipse?(2014 年 7 月 2 日 ADT eclipse 在哪里指定 NDK?)
问题描述
我刚刚下载了文件名为 adt-bundle-windows-x86_64-20140702.zip 的 Android SDK,并删除了我的旧工作区以获得干净的状态.
I just downloaded the Android SDK which has the filename adt-bundle-windows-x86_64-20140702.zip and deleted my old workspace to get a clean state.
当我启动 Eclipse 时,转到 Preferences/Android,我不再看到可以指定 NDK 路径的 NDK 部分.
When I startup Eclipse, go to Preferences/Android, I no longer see the NDK section where I can specify the path for the NDK.
此部分是否已移动?
推荐答案
到目前为止,这已经发生在两台开发计算机上.每次都是巨大的痛苦.我的解决方法是使用旧的插件更新站点,每次都会修复它.
This has happened on two of the development computers so far. It's a gigantic pain every time. My workaround is to use the old plugin update site, that fixes it every time.
帮助-安装新软件...并添加站点 https://dl-ssl.google.com/android/eclipse/从那里,选择 Android 原生开发工具.
Do Help-Install New Software... and add the site https://dl-ssl.google.com/android/eclipse/ From there, select Android Native Development Tools.
这是安装 NDK 的旧机制,在一切都被很好地打包之前,在某些时候他们可能会删除链接,但现在它会使 NDK 部分再次出现,此时您可以将它指向任何您想要的地方想要,包括在新下载的 ndk 文件夹中.
This was the old mechanism for installing the NDK, back before everything was nicely packaged, and at some point they might remove the link, but for now it makes the NDK section appear again, at which point you can point it wherever you want, including at newly downloaded ndk folders.
这篇关于2014 年 7 月 2 日 ADT eclipse 在哪里指定 NDK?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:2014 年 7 月 2 日 ADT eclipse 在哪里指定 NDK?


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