apache / cordova-android

Apache Cordova Android
https://cordova.apache.org/
Apache License 2.0
3.59k stars 1.52k forks source link

Package name key is missing in 12.0.0 AndroidManifest.xml #1640

Closed EzioLi01 closed 9 months ago

EzioLi01 commented 9 months ago

Install Android platform 12.0.0, no package name key in AndroidManifest.xml manifest field.

erisu commented 9 months ago

This is intended behavior to support latest Android Gradle Plugin & Gradle.

Changes made in: https://github.com/apache/cordova-android/pull/1539

In the Gradle-based build system, starting with AGP 7.3, don't set the package value in the source manifest file directly.

EzioLi01 commented 9 months ago

Great!