You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I add a custom setting to the config.xml file using config-file, build, and later I delete it, and build again, the custom setting will remain in the AndroidManifest.xml
What does actually happen?
Add a custom setting to the config.xml file using config-file, by example "testx":
.....
Run cordova build android. The AndroidManifest.xml is modified and the custom setting "testx" is added:
<manifest ....
Delete the custom setting "testx":
.....
Run cordova build android. The "testx" remains in the AndroidManifest.xml.
<manifest ....
I tried remove it directly from the AndroidManifest.xml but the custom settings appers again on build.
In order to remove the setting I had to delete the android build folder, in the .grade folder the cache folder, the android.json file and remove the setting in the AndroidManifest.xml, and build it again.
Bug Report
Problem
If I add a custom setting to the config.xml file using config-file, build, and later I delete it, and build again, the custom setting will remain in the AndroidManifest.xml
What does actually happen?
<manifest ....
<manifest ....
I tried remove it directly from the AndroidManifest.xml but the custom settings appers again on build.
What is expected to happen?
The custom settings should be removed.
<manifest ....
Version information
[email protected]
node v16.20.0
windows 11
Checklist
The text was updated successfully, but these errors were encountered: