简体   繁体   English

Android NDK:正在中止

[英]Android NDK:Aborting

I have installed ndk correctly when working with previous projects.I have downloaded now openpeer library for Android. 在使用以前的项目时,我已经正确安装了ndk。我现在下载了适用于Android的openpeer库。 When I load the openpeer sdk, I get the following: 加载openpeer sdk时,得到以下信息:

14:59:28 ** Clean-only build of configuration Default for project openpeer-android-sdk ** "D:\\android-ndk-r8e\\ndk-build.cmd" NDK_DEBUG=1 clean 2 [main] pwd 4928 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. 14:59:28 **配置的仅纯净构建版本openpeer-android-sdk项目的默认设置** “ D:\\ android-ndk-r8e \\ ndk-build.cmd” NDK_DEBUG = 1 clean 2 [main] pwd 4928 find_fast_cwd :警告:无法计算FAST_CWD指针。 Please report this problem to the public mailing list cygwin@cygwin.com Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: /cygdrive/d/Android Workspace/openpeer-android-sdk/jni/Android.mk 请将此问题报告给公共邮件列表cygwin@cygwin.com Android NDK:您的APP_BUILD_SCRIPT指向未知文件:/ cygdrive / d / Android Workspace / openpeer-android-sdk / jni / Android.mk
D:/android-ndk-r8e/build/core/add-application.mk:165: * Android NDK: Aborting... . D:/android-ndk-r8e/build/core/add-application.mk:165: * Android NDK:正在终止...。 Stop. 停止。

14:59:28 Build Finished (took 330ms) 14:59:28构建完成(耗时330ms)

I also got an error in the project but all of the files appear without any error signs. 我在项目中也遇到了错误,但是所有文件都出现了,没有任何错误迹象。 Please advise 请指教

I think you have a problem with the NDK_PROJECT_PATH environment variable.. Are you compiling over cygwin? 我认为您在使用NDK_PROJECT_PATH环境变量时遇到了问题。是否通过cygwin进行编译? what is the cygwin connection? cygwin连接是什么?

He tries to find some file at this path : /cygdrive/d/Android Workspace/openpeer-android-sdk/jni/Android.mk 他尝试在此路径下找到一些文件:/ cygdrive / d / Android Workspace / openpeer-android-sdk / jni / Android.mk

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM