Android. Couldn't Load Gpuimage-library
I just downloaded GPUImageLibrary 1.2.3 snapshot and import the library and the sample project. In the sample app, when i pick image from gallery, everything works fine. But every
Solution 1:
You need to compile native C file located in jni folder, with ndk-build to create libary in libs folder, with extension .so.
Post a Comment for "Android. Couldn't Load Gpuimage-library"