sdk 34

  1. R

    Android Question Error with Service since moving to android:targetSdkVersion 34

    Moved to SDK version 34 and now get this error when I load in a B4XPages project my OSM map. It has to do with a Tracker service to keep uninterrupted GPS tracking when using the map. With SDK 33 all was fine. This is the full error message...
  2. KZero

    Android Question CropIWA library and SDK 34

    Hello, I'm using this library https://www.b4x.com/android/forum/threads/cropiwa.78298/ by @DonManfred in one of my apps but when i changed the API level to 34 i get the following error *** Service (starter) Create *** ** Service (starter) Start ** ** Activity (main) Create (first time) **...
  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. Duque

    Bug? [RESOLVED]B4A V13.00 BETA ResumableSub

    Bug on ResumableSub. does not detect the warning logs. I hope you warn me that my ResumableSub does not return anything private sub myfunction as ResumableSub 'return true end sub
Top