Page 1 of 1
Put Android API Level to 34
Posted: Thu Jul 18, 2024 6:38 pm
by munfraid
Just received a mail from Google:
Starting August 31, 2024, new apps and app update submissions must target Android 14 (API level 34)
Would be nice if SB will be up to date in time.
Re: Put Android API Level to 34
Posted: Thu Aug 01, 2024 4:09 pm
by Quin
Just got this email myself, so giving this a +1.
Re: Put Android API Level to 34
Posted: Thu Aug 01, 2024 8:03 pm
by Paul
Would be nice if SpiderBasic had a Manifest Editor like Basic4Android does where you can make these changes yourself like this...
Code: Select all
AddManifestText(
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="30"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
Makes it much easier than having to rely on a new SB release just to change simple things

Re: Put Android API Level to 34
Posted: Fri Aug 02, 2024 7:10 am
by Caronte3D
Paul wrote: Thu Aug 01, 2024 8:03 pm
Would be nice if SpiderBasic had a Manifest Editor like Basic4Android does...
+1000000
Re: Put Android API Level to 34
Posted: Fri Aug 02, 2024 8:21 am
by Fred
The problem with API update is you need the whole new API dependencies, it's not just a flag in an XML. For other keys, it can makes sens to have an XML to override the SB values.