Jump to content

Kamino

Members
  • Content Count

    3
  • Joined

  • Last visited

Everything posted by Kamino

  1. Under Android 16 only (build BP3A.250905.014), the App crash when call the BindService : 09-22 11:18:52.956 10948 10948 E AndroidRuntime: FATAL EXCEPTION: main 09-22 11:18:52.956 10948 10948 E AndroidRuntime: Process: com.XX.YYY, PID: 10948 09-22 11:18:52.956 10948 10948 E AndroidRuntime: com.embarcadero.rtl.NativeDispatchException: Erreur d'invocation : méthode 'onServiceConnected(Landroid/content/ComponentName;Landroid/os/IBinder;Landroid/app/IBinderSession;)V' introuvable 09-22 11:18:52.956 10948 10948 E AndroidRuntime: at com.embarcadero.rtl.ProxyInterface.dispatchToNative(Native Method) 09-22 11:18:52.956 10948 10948 E AndroidRuntime: at com.embarcadero.rtl.ProxyInterface.invoke(ProxyInterface.java:20) ... The application already available in app stores was working, but since the system update and without any changes, it crashes. The Delphi location demo application with a service also crashes in the same way. Perhaps the problem is that the declaration is : void onServiceConnected(ComponentName name, IBinder service) instead of for Android API 36 : void onServiceConnected(ComponentName name, IBinder service, IBinderSession session) ? Does anyone else have the same problem, and if so, is there a solution?
  2. Hi Dave, Thank you for testing the problem, I feel a little less alone! I also submitted a request on the Embarcadero quality portal... The big problem is that all users who install the system update can no longer use the application at all.
  3. Thank you for your reply. It's a wrong lead... But when I run the Delphi example, I get exactly the same error : 09-25 08:11:31.046 11597 11597 E AndroidRuntime: FATAL EXCEPTION: main 09-25 08:11:31.046 11597 11597 E AndroidRuntime: Process: com.embarcadero.ForegroundLocationApp, PID: 11597 09-25 08:11:31.046 11597 11597 E AndroidRuntime: com.embarcadero.rtl.NativeDispatchException: Erreur d'invocation : méthode 'onServiceConnected(Landroid/content/ComponentName;Landroid/os/IBinder;Landroid/app/IBinderSession;)V' introuvable 09-25 08:11:31.046 11597 11597 E AndroidRuntime: at com.embarcadero.rtl.ProxyInterface.dispatchToNative(Native Method) 09-25 08:11:31.046 11597 11597 E AndroidRuntime: at com.embarcadero.rtl.ProxyInterface.invoke(ProxyInterface.java:20) ... The problem appeared after installing an update : BP3A.250905.014 (Pixel 6) Do you have any leads for further research or additional tests to be carried out?
×