Hi!
After update to version 12, I get this now:
I am using the BiometricManager from @Erel - version 1.0.0
This row throws an exception:
My Main includes this:
The AppCompat is also referenced:
What is wrong here?
What I need now?
Thankful for any help.
Regards
ARTsoft
After update to version 12, I get this now:
B4X:
Error occurred on line: 59 (BiometricManager)
java.lang.RuntimeException: Constructor not found.
at anywheresoftware.b4j.object.JavaObject.InitializeNewInstance(JavaObject.java:95)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:732)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:348)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:146)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:197)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:193)
at anywheresoftware.b4a.objects.ViewWrapper$1.onClick(ViewWrapper.java:80)
at android.view.View.performClick(View.java:7750)
at android.view.View.performClickInternal(View.java:7727)
at android.view.View.access$3700(View.java:858)
at android.view.View$PerformClick.run(View.java:29115)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:210)
at android.os.Looper.loop(Looper.java:299)
at android.app.ActivityThread.main(ActivityThread.java:8168)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:556)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1037)
I am using the BiometricManager from @Erel - version 1.0.0
This row throws an exception:
B4X:
Prompt.InitializeNewInstance("androidx.biometric.BiometricPrompt", Array(ctxt, Executor, Ev))
My Main includes this:
B4X:
#AdditionalJar: androidx.biometric:biometric
#AdditionalJar: androidx.arch.core:core-runtime
#MultiDex: True
The AppCompat is also referenced:
What is wrong here?
What I need now?
Thankful for any help.
Regards
ARTsoft
Last edited: