Android Question Why the13.3 BETA#1 force me use sdk 34 instead of sdk35?

Theera

Expert
Licensed User
Longtime User
After I've done as following updating sdk35 by B4A sdk Manager. I've test with the real android Phone 11 (it isn't android15) , I don't know that the android Phone11 is about that case, or not?
 

teddybear

Well-Known Member
Licensed User
Why did you say that the13.3 BETA#1 force me use sdk 34 instead of sdk35?
what is android Phone11, do you mean android 11?
 
Upvote 0

asales

Expert
Licensed User
Longtime User
I tested with SDK 34 and SDK 35. This does not force me to use SDK 34.

If you set SDK target = 35, you will only see the effects on devices or emulators running Android 15.
 
Upvote 0

Theera

Expert
Licensed User
Longtime User
Why did you say that the13.3 BETA#1 force me use sdk 34 instead of sdk35?
what is android Phone11, do you mean android 11?
Currently, I have an Android 11 version of my mobile phone. And I just updated B4A version13.3 BETA#1 to study. After testing with the app, the manifest file was modified to support Android versions of sdk between 21 and 35. it show the message should be34 which isn't 35.
 
Upvote 0

asales

Expert
Licensed User
Longtime User
You talk about this message?
The recommended value for android:targetSdkVersion is 34 (manifest editor). (warning #31)

This is only a warning and I think that @Erel will change in the final version that supports SDK 35.
 
Upvote 0
Top