Cordova Android 10.1.2 is now supported

takuya
The Web Tub
Published in
Jun 3, 2022

Monaca supports the Cordova Android platform 10.1.2.

The new Android platform can be used to support Android 12 by setting the target SDK version to “31”. This Support is only available for the latest Cordova 11 projects.

The Android platform version and target SDK settings are explained below.

How to update the Android Platform Version

  1. From the Monaca Cloud IDE menu, select “Build” → “Build Environment Settings”.

2. Select the environment information to be used when building the application.

3. After setting up the platform, click the “Save” button. The settings are saved for each project.

Set target SDK version

  1. From the Monaca Cloud IDE menu, select “Settings” → “Android App Settings”.
  2. Set “31” as the target SDK version.

3. After setting, click the “Save” button.

4. After setting, build the Android application and the settings will be reflected in the application.

--

--