Light icon indicating copy to clipboard operation
Light copied to clipboard

a lightweight image compress framework for Android based on libjpeg

Results 5 Light issues
Sort by recently updated
recently updated
newest added

不敢相信,700KB压缩后变成了4.7M......这是压缩吗

dlopen failed: library "libbitherjni.so" not found implementation 'com.noober.light:core:1.2.2' 设备:64位架构

![image](https://user-images.githubusercontent.com/4157414/102975886-b65f0680-453b-11eb-9183-72d8702e2dd5.png) Execution failed for task ':light:externalNativeBuildDebug'. > Build command failed. Error while executing process D:\Android\android-sdk\ndk\android-ndk-r16b\ndk-build.cmd with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=C:\Users\dennis\Desktop\Light-master\light\src\main\jni\Android.mk NDK_APPLICATION_MK=C:\Users\dennis\Desktop\Light-master\light\src\main\jni\Application.mk APP_ABI=arm64-v8a NDK_ALL_ABIS=arm64-v8a NDK_DEBUG=1 APP_PLATFORM=android-21 NDK_OUT=C:/Users/dennis/Desktop/Light-master/light/build/intermediates/ndkBuild/debug/obj NDK_LIBS_OUT=C:\Users\dennis\Desktop\Light-master\light\build\intermediates\ndkBuild\debug\lib C:/Users/dennis/Desktop/Light-master/light/build/intermediates/ndkBuild/debug/obj/local/arm64-v8a/liblight.so} [arm64-v8a] Compile :...

This issue only happens on `oppo r9m` currently. Bellowing is the crash log: ``` java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:304) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355) at java.util.concurrent.FutureTask.setException(FutureTask.java:222) at java.util.concurrent.FutureTask.run(FutureTask.java:242) at...