You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2020. It is now read-only.
#32
How to solve this problem?
I have x264 file in jni and also run ./build_android.sh but it shows "You must define ANDROID_NDK before starting." "They must point to your NDK directories".My NDK directory is in SDK folder.It is automatically installed by Android Studio.I don't know how to continue...
我已经git了x264这个包解压后文件夹名改为x264并且放在了jni目录下,也有ndk,是android studio自动下载安装的ndk,ndk-bundle目录就是在默认sdk路径下。都是安卓默认的。在x264文件夹下运行了./build_android.sh,显示"You must define ANDROID_NDK before starting." "They must point to your NDK directories".编译还提示config.h文件缺失,也是x264包里的头文件。我不知道如何继续下去了。