erisu commented on issue #1982:
URL:
https://github.com/apache/cordova-android/issues/1982#issuecomment-5059648666
The current official release of Cordova-Android supports **SDK 36.x**.
The following configuration may be enough to get the build to pass with
**SDK 37.x**.
It appeared to build successfully for me, although I haven't tested it
extensively.
```xml
<platform name="android">
<preference name="android-targetSdkVersion" value="37" />
<preference name="android-buildToolsVersion" value="37.0.0" />
<preference name="GradleVersion" value="9.5.1" />
<preference name="AndroidGradlePluginVersion" value="9.3.0" />
</platform>
```
A fresh build may be required. For example, remove the `platforms` directory
and run:
```sh
cordova prepare
```
Mileage may vary.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]