khalti-sdk-android icon indicating copy to clipboard operation
khalti-sdk-android copied to clipboard

SDK for Khalti Android App

Results 8 khalti-sdk-android issues
Sort by recently updated
recently updated
newest added

We can't **disable R8** in **gradle version newer than 7.0**. So, it is causing **conflict** with other dependencies because some of them also have obfuscated a.a(a.b / whatever) class which...

I am using jetpack compose for UI in new app disabling R8 will performance in jetpack ui. Are we still need to disable that R8

Caused by: java.lang.RuntimeException: Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.7.0-runtime (androidx.core:core:1.7.0) and support-compat-25.3.1-runtime (com.android.support:support-compat:25.3.1)

After integrating sdk in the project build fails with following error /Users/amar/.gradle/caches/transforms-2/files-2.1/5b02e9fabdc6d3f8a2b35986c0906017/jetified-khalti-android/res/values/values.xml:144:5-154:25: AAPT: error: duplicate value for resource 'attr/button_style' with config ''. it points to this resource

The `onSuccess` call never fires if we pay from cIPS. At the end of the wizard process once the payment is successful we receive `Go To App` button but that...

> FATAL FATAL EXCEPTION: RxNewThreadScheduler-7 java.lang.IllegalStateException: Fatal Exception thrown on Scheduler.Worker thread. at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:62) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java) at java.util.concurrent.FutureTask.run(FutureTask.java) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java) at java.lang.Thread.run(Thread.java) Caused by:...