Android.sdk.target - Can it be set to a value above 33?

Hi,

I’ve been struggling with this one for a few days now… I’ve a couple of (free) Apps on Google Play that need to be updated to a Target API or 34 or 35, otherwise they’ll run foul of Google policies and be removed. Unfortunately, I can’t find any way of persuading Processing4 to use SDK34 or 35 when exporting a signed bundle.

I have SDKs 34 and 35 installed via Android Studio and copied across to the Android directory for Processing4, as you can see:

But whenever I try to export a bundle it defaults to 33. I’ve even tried changing the android.sdk.target=33 to 34 in the preferences.txt file () but this changes back to 33 as soon as Processing4 is running.

Interestingly, if I specify a targetSDK value in the Android Manifest file, this line disappears once an attempt at exporting is made.

Update* I found a work-around by using the export function and then producing the packages from Android Studio, and thsi does seem successful, but it’d be great to be able to do it all from P4 ****

Any suggestions or help would be greatly appreciated.

Many thanks,

Batroost