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?
基础教程推荐
- 在螺旋中写一个字符串 2022-01-01
- Java 中保存最后 N 个元素的大小受限队列 2022-01-01
- Spring Boot Freemarker从2.2.0升级失败 2022-01-01
- 由于对所需库 rt.jar 的限制,对类的访问限制? 2022-01-01
- 首次使用 Hadoop,MapReduce Job 不运行 Reduce Phase 2022-01-01
- 如何使用 Stream 在集合中拆分奇数和偶数以及两者的总和 2022-01-01
- 如何对 HashSet 进行排序? 2022-01-01
- 如何在不安装整个 WTP 包的情况下将 Tomcat 8 添加到 Eclipse Kepler 2022-01-01
- 如何强制对超级方法进行多态调用? 2022-01-01
- 如何使用 Eclipse 检查调试符号状态? 2022-01-01