Hello everyone, I solved a problem running the MSSQL library on B4A 13. I updated B4A precisely because my App was no longer being installed on Android 14. I updated B4A to version 13, I changed the manifest to:
=====================================================
AddManifestText(
"uses-sdk...
When targeting SDK 34 there are new requirements for starting a service, where you have to include a foreground service type...
https://developer.android.com/about/versions/14/changes/fgs-types-required
There is this tutorial page, but it does not mention using the Service.StartForground...
After updating to version 13 beta 6 and using the new SDK, I have this error on my project and it doesn't tell me the name of the class so I know what class I'm missing.
@Erel
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.