jinkalzalavadiya

Results 7 issues of jinkalzalavadiya

Fatal Exception: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content://media/external/images/media (has extras) } at android.app.Instrumentation.checkStartActivityResult + 1873(Instrumentation.java:1873) at android.app.Instrumentation.execStartActivity + 1555(Instrumentation.java:1555) at android.app.Activity.startActivityForResult + 4352(Activity.java:4352) at androidx.fragment.app.FragmentActivity.startActivityForResult +...

After I update your new version of library into my project. Also updated project version to 11. `Fatal Exception: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content://media/external/images/media (has...

I want to apply filter file from android external storage. In the demo can access only from assets directory of app. for Ex; @adjust lut file:///storage/emulated/0/backgrounds/filter/Analog/1.webp it will gives me...

Fatal Exception: java.lang.IllegalArgumentException y + height must be

Some of the device i got the crashes into your dependency. implementation ``` implementation 'com.hzy:libp7zip:1.7.0; ndk { abiFilters "armeabi", "armeabi-v7a", "arm64-v8a", "x86", "x86_64" } ``` `Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed:...

Crashlytics report this issue in Android version 11 Oneplus and 6.0.1 in Nexus 5X devices , after deploying app on play store using app bundles. I have used below dependency...

``` RemoveBg removeBg = new RemoveBg(CutOutActivity.this); removeBg.clearBackground(bitmap).collect(new FlowCollector() { @org.jetbrains.annotations.Nullable @Override public Object emit(Bitmap bitmap, @NonNull Continuation