AndroidPhotoFilters
AndroidPhotoFilters copied to clipboard
No Implementation For NativeProcessorImage method applyRGBCurve()
Include this in your Activity static { System.loadLibrary("NativeImageProcessor"); }
static{ System.loadLibrary("NativeImageProcessor"); } this is showing declaration not finding.
This happened due to JNIEXPORT Please follow the answer i.e. https://stackoverflow.com/a/21636580/10318864