2,852
社区成员




Locate the following libraries:
libOpenCL.so
libllvm-a3xx.so
libgsl.so
libstlport.so
libcutils.so
These libraries must be installed in the NDK at $ANDROID_NDK/platforms/android-14/arch-arm/usr/lib.
You can pull the libraries from your Android build distribution from out/target/product/msm8960/system/lib.
Alternatively, you can also pull the libraries from the Qualcomm development device.
adb pull /system/lib/libOpenCL.so, etc.