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
While I was trying to debug everything was working fine, I was able to build and debug the release version.
But when I set android:value to false to disable it like this:
I've got this error message when I tried to build it: Element meta-data#WebViewDebug at AndroidManifest.xml:14:9-72 duplicated with element declared at AndroidManifest.xml:13:9-71
I've tried to manually remove the lines thinking it was an accident.
I've tried to remove the WebViewDebug config lines, but to no avail.
I've also tried to remove the plugin, the lines were still coming back.
I've removed and added android platform again and that finally did the trick.
Not entirely sure how it happened, maybe some regexp issue left both lines in the platform files, but it might point to something useful.
The text was updated successfully, but these errors were encountered:
While I was trying to debug everything was working fine, I was able to build and debug the release version.
But when I set android:value to false to disable it like this:
I've got this error message when I tried to build it:
Element meta-data#WebViewDebug at AndroidManifest.xml:14:9-72 duplicated with element declared at AndroidManifest.xml:13:9-71
The mentioned lines:
I've tried to manually remove the lines thinking it was an accident.
I've tried to remove the WebViewDebug config lines, but to no avail.
I've also tried to remove the plugin, the lines were still coming back.
I've removed and added android platform again and that finally did the trick.
Not entirely sure how it happened, maybe some regexp issue left both lines in the platform files, but it might point to something useful.
The text was updated successfully, but these errors were encountered: