b4a 13

  1. mohsen programmer

    Android Question New error when compiling

    Hello My project was compiling without any problems in B4A v12.8, but when I updated to B4A v13, this error appears when compiling: Error in g:\sdk\tools\..\extras\b4a_local\unpacked-poolakey-63851559353727\jars\kotlin-stdlib-1.8.21.zip:classes.dex: Type kotlin.ArrayIntrinsicsKt is defined...
  2. 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...
  3. 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...
  4. 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