在 Eclipse SDK 中安装 Android NDK 插件

7
当我尝试从Android开发者工具更新站点(https://dl.google.com/android/eclipse/)安装Android NDK插件到我的Eclipse中时,它显示以下错误消息 - 我正在使用来自Google的Android开发者工具,版本为v22.6.2-1085508。我已经下载了android-ndk-r9d-windows-x86_64。
'Installing Software' has encountered a problem.

An error occurred while collecting items to be installed

An error occurred while collecting items to be installed
session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,com.android.ide.eclipse.ndk,22.6.3.v201404151837-1123206
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.ndk,22.6.3.v201404151837-1123206

我不知道如何解决它。

3个回答

7

3

2

只需安装开发工具 (帮助 -> 安装新软件 -> http:////dl-ssl.google.com/android/eclipse/)。
下载 NDK。解压它。
然后进入 窗口 -> 首选项 -> Android -> NDK -> 并设置NDK路径


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接