b4a 13

  1. A

    Android Question App compiled on B4A 13 does not install on Android 14

    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...
  2. Greg Breinholt

    Android Question SOLVED: B4A 13 targeting SDK 34 ... how to start service?

    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...
  3. benyamin

    Android Question B4A 13 Beta 6 - Error

    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
Top