DelphiWorlds
DelphiWorlds
The error messages indicate that the project may have been initially used in an earlier version of Delphi (perhaps Delphi 11.0), then compiled again in Delphi 11.1. Please refer to...
> I'm getting this error after adding the "play-services-location.16.0.0.jar" in new project That needs to be done only when using Delphi 10.4.x or earlier. Please refer to the CPLAndroidGroupD11 group...
Are you adding the service to your application? Please refer to the "Adding an Android Service to an application" section in [this documentation](https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Creating_Android_Services)
Again, a log cat viewer might help work out why
Have you made all the necessary changes to `AndroidManifest.template.xml`? Compare with what is [in the demo](https://github.com/DelphiWorlds/Kastri/blob/master/Demos/CrossPlatformLocation/Application/AndroidManifest.template.xml). Also ensure that you have dw-fusedlocation.jar and dw-kastri-base-2.0.0.jar added to your project.
> As soon as I release the coordinates permissions it kills the application You should show what your code is doing at that point. The logcat dump that you provided...
> at this point only replication of the demo code. Not sure I can help, then - the demo works for me
> 09-12 16:16:21.506: E/AndroidRuntime(27422): com.embarcadero.rtl.NativeDispatchException: RTTI for type onNmeaMessage was not found. Perhaps missing {$M+}? I have no idea why this error would happen. If you're unable to resolve it...
> when I have to open the app again to the foreground it simply hangs Again, use a logcat viewer to see whether there are any messages that might indicate...
> LG G5 - Android 7.0 > 09-13 07:51:03.703: E/DWFusedLocationClient(9412): Location settings are inadequate, and cannot be fixed here. Please fix in Settings This means that the location settings on...