android-eye
android-eye copied to clipboard
Check that jni/x264/libx264.a exists
Android NDK: ERROR:jni/Android.mk:x264_pre: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that jni/x264/libx264.a exists or that its path is correct
F:/Programs/MyEclipse/Android-NDK/build/core/prebuilt-library.mk:45: *** Android NDK: Aborting . Stop.
I am also facing the same issue. Did anyone find how to solve this.
- download some missing file here : https://dl.dropboxusercontent.com/u/22605641/ffmpeg_android/main.html (file in builds tab download zip file)
- create x264 folder in jni folder
- put missing file that you downloaded from first step onto x264 folder
hope it helps mate :D
@drr3d the link is not working
it work for me Thanks!
@drr3d thx for your zip file, after using files of your zip, building error shows that: h264encoder.cpp undefined referenced to x264_picture_clean
, undefined referenced to x264_encoder_close
and so on. can u help with this problem? thx again~
@88567free do you face with building error shows that: h264encoder.cpp undefined referenced to x264_picture_clean , undefined referenced to x264_encoder_close and so on. ? can u help with this problem? thx~