android - 让 : Circular . .. 依赖项被删除

标签 android makefile android-ndk

编译我的 Android JNI 项目时,出现此错误:

make: Circular /obj/local/armeabi/libstlport_static.a <- /obj/local/armeabi/libstlport_static.a dependency dropped.

我的问题是关于“依赖性下降”,它是什么意思?

最佳答案

libSTLport_static.a 取决于其自身。为了避免无限循环,make 会忽略它。

关于android - 让 : Circular . .. 依赖项被删除,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6430512/

相关文章:

Android.mk 条件

android - 升级 NDK 版本时是否应该重建所有库?

android - 从ndk中的不同线程调用java方法

android - sqlite中select语句的使用

java - 如何摆脱这个警告?该字段的值未被使用

c - 如何设置 make 来查找需要编译的自动生成文件的依赖关系

linux - 要求用户从 root 模式运行 makefile

javascript - Android : Detect history. WebView 中的 back()

Android Studio - 无法指定自己的 minSdkVersion

CLion 错误 : Configuration is not specified