Android 15 Migration guide
Last updated
Was this helpful?
Last updated
Was this helpful?
Android offers a clear and exhaustive listing the new features and changes related to Android 15.
It is necessary to read this documentation before modifying any code in your project.
You must consider the two main categories of behaviours changes related to Android 15:
To make your app fully compatible with Android 15, update the targetSdkVersion
and compileSdkVersion
to 35
in your project app.
It's now time to update your code once the previous steps are taken into account.
DriveQuant recommends to specifically pay attention about the which is now enabled by default when your app is targeting Android 15.
After you have checked that your project is working properly and updated the targetSdkVersion
and compileSdkVersion
, you need to update the DriveKit SDK.
DriveKit internal modules that support Android 15 are versions 2.4.0
and above.
DriveKit UI modules that support Android 15 are versions 2.4.0
and above.
The last part is to ensure that the app is working as expected. The best way to do this is to compare your app's behaviour with the and/or the ; which already support Android 15.
If you experience any problems with DriveKit, please contact .