android-eye icon indicating copy to clipboard operation
android-eye copied to clipboard

Check that jni/x264/libx264.a exists

Open ghost opened this issue 10 years ago • 6 comments

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.

ghost avatar Nov 24 '14 21:11 ghost

I am also facing the same issue. Did anyone find how to solve this.

ShriramNewaskar avatar Jan 22 '15 11:01 ShriramNewaskar

  1. download some missing file here : https://dl.dropboxusercontent.com/u/22605641/ffmpeg_android/main.html (file in builds tab download zip file)
  2. create x264 folder in jni folder
  3. put missing file that you downloaded from first step onto x264 folder

hope it helps mate :D

drr3d avatar Feb 12 '15 16:02 drr3d

@drr3d the link is not working

msmehk avatar Jun 19 '15 08:06 msmehk

it work for me Thanks!

88567free avatar Sep 07 '15 08:09 88567free

@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~

luojin avatar Mar 03 '16 05:03 luojin

@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~

luojin avatar Mar 03 '16 06:03 luojin