Google ask Api 31

Kodular targets SDK31 since a few weeks already, see my previous answer, and

what kind of problems are you facing? any screenshot?
Taifun

5 posts were split to a new topic: Android:exported issue

When is SDK 31 coming out thank you

Read my answer here

Taifun

1 Like

Does anyone know when we have API 31??

Apps built on Kodular already target API 31. You’re waiting for something that is already been there from months ago!

1 Like

Does it work only on premium?

Not at all! This was a mandatory update, and works for all!

Note : Don’t be confused between Minimum API and the Target API. The API levels shown on Project Settings are intended to be the Minimum API levels, which determines, the lowest version of Android your app can run on.

1 Like

if it’s a solution to change the manifest, why isn’t a solution to edit via kodular implemented? a configured variable and when generating and assembling the apk (build) already go with this modified one. Is there no way to make an extension?

It is not possible to have a component or extension to modify the manifest, because during compile time it is already too late to modify the manifest. This has to be done before compiling.

There once was an extension generator which could generate an extension for your needs, however this work was discontinued and is not available anymore.

And concerning this thread, please read

Taifun