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
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
build-extras-PLUGIN_NAME_HERE.gradle def manifest = new XmlSlurper().parse(file("AndroidManifest.xml")) android.defaultConfig.applicationId manifest.@package.text()
There is also a workaround you can use in your own app, which is simply creating the build-extras.grade file under /platforms/android and putting the same snippet in there:
def manifest = new XmlSlurper().parse(file("AndroidManifest.xml")) android.defaultConfig.applicationId manifest.@package.text()
When I try to install multiple versions of of the an app (dev, test..., each with different bundle name) the second installation fails with an error.
More details about this problem are in #474. Apparently it was fixed for 1.4.x/1.5.x in 15b7663.
Using v1.6.0, the problem occurs again. It seems to have been broken in #625 48c4a56
The text was updated successfully, but these errors were encountered: