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
We have to replace the plugin variables in all .xml files under platforms/android part of the plugins.
When you need the plugin value in the JAVA code, you have to take it from the resources, for example from platforms/android/res/values/strings.xml. CLI replaces the plugin variables only in plugin's AndroidManifest.xml. Instead it should replace the plugin variables in all .xml files.
The text was updated successfully, but these errors were encountered:
We have to replace the plugin variables in all
.xml
files underplatforms/android
part of the plugins.When you need the plugin value in the JAVA code, you have to take it from the resources, for example from
platforms/android/res/values/strings.xml
. CLI replaces the plugin variables only in plugin's AndroidManifest.xml. Instead it should replace the plugin variables in all.xml
files.The text was updated successfully, but these errors were encountered: