sfoms

Results 18 comments of sfoms

When you run this function, this problem occurs: function TPlatformBiometric.ShowPrompt: Boolean; begin Result := False; if GetBiometricCapability = TBiometricCapabilityResult.Available then begin TJDWBiometricFragmentActivity.JavaClass.start(TAndroidHelper.Context, GetPromptInfoIntent); Result := True; end; end; And to...

I will be waiting very much. Thank you very much.

After the update, the error is still the same, only different: java.lang.RuntimeException: Unable to resume activity {com.delphiworlds.BiometricDemoD11/com.delphiworlds.kastri.DWBiometricFragmentActivity}: android.content.res.Resources$NotFoundException: String resource ID #0x0 at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3858) at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3890) at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:51) at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:150)...

Unfortunately, I can't compile. Here's an error: [PAClient Error] Error: E7432 Unable to execute '"C:\Program Files\AdoptOpenJDK\jdk-8.0.242.08-hotspot\bin\java.exe" -jar "c:\program files (x86)\embarcadero\studio\22.0\bin\Android\embt-d8-2.2.64.jar" --intermediate --release --min-api 23 --lib "C:\Users\Public\Documents\Embarcadero\Studio\22.0\CatalogRepository\AndroidSDK-2525-22.0.42600.6491\platforms\android-30\android.jar" --classpath-list "C:\Users\Public\Documents\Embarcadero\_Comp\Kastri\Demos\Biometric\Android\Release\classpath-list.txt" --output "C:\Users\Public\Documents\Embarcadero\_Comp\Kastri\Demos\Biometric\Android\Release\androidx-activity-1.3.1-dexed.jar"...

I have updated OpenJDK to version 8.0.3.312.7 but the error remains. Maybe you updated some more files, but did not post them? :)

I don't know why, but I rebooted the computer and the project compiled. Now I'll try to run it on different devices. Thanks!

Error again: java.lang.RuntimeException: Unable to resume activity {com.delphiworlds.BiometricDemoD11/com.delphiworlds.kastri.DWBiometricFragmentActivity}: android.content.res.Resources$NotFoundException: String resource ID #0x7f070000 at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3858) at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3890) at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:51) at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:150) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:73) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1858) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:201) at...

[BiometricDemoD11.zip](https://github.com/DelphiWorlds/Kastri/files/7874483/BiometricDemoD11.zip)

Absolutely the same error... :( Maybe try the other way around. Will you send the APK, and I will install it on my phone?

![Snap2](https://user-images.githubusercontent.com/97411388/149614615-97e48017-2787-41d6-abc3-d05eba09e99a.PNG) ![Snap3](https://user-images.githubusercontent.com/97411388/149614617-62f13a19-ac31-4237-bba4-9067d51ae83c.PNG) ![Snap1](https://user-images.githubusercontent.com/97411388/149614618-ccd88935-6b10-454c-b8f5-dd5b65650a3c.PNG)