Android Question URGENT: target SDK required by google is now 34

Zeev Goldstein

Well-Known Member
Licensed User
Longtime User
hi

i got an email from google warning me that my apps are not in order and that i need to target the SDK to 34
currently they are all targeting 33
if i try to change in manifest to 34 i get warning from b4A IDE that it is recommended to use 33
i have 50 days to fix this

how shell i go on?
is there an update or anything else i missed?

thanks
 
Solution
No need to wait for the update. You can change the targetSdkVersion to 34 and ignore the warning. You do need to test your app and do it with an Android 14 device.

If your app uses foreground services then you will need to make some changes depending on the specific usage.

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

alfaiz678

Active Member
Licensed User
شكرا
لذا فقط قم بتغيير البيان إلى 34 وتجاهل التحذير من IDE؟​
ما هو واضح من هذه الرسالة Erel هو أن نعم
https://www.b4x.com/android/forum/t...-14-api-level-34-or-higher.161962/post-993603
https://www.b4x.com/android/forum/threads/android-14-api34-ide-warnings.161977/post-993601
لدي تطبيق قمت بتعيينه على 34
ثم جربته على محاكي الاندرويد 14
يعمل بشكل جيد​
 
Last edited:
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
No need to wait for the update. You can change the targetSdkVersion to 34 and ignore the warning. You do need to test your app and do it with an Android 14 device.

If your app uses foreground services then you will need to make some changes depending on the specific usage.
 
Upvote 0
Solution

Zeev Goldstein

Well-Known Member
Licensed User
Longtime User
No need to wait for the update. You can change the targetSdkVersion to 34 and ignore the warning. You do need to test your app and do it with an Android 14 device.

If your app uses foreground services then you will need to make some changes depending on the specific usage.
thank you
i will do that
my apps don't use any service so i guess part of the possible issue is gone
 
Upvote 0
Top