Tim Lewis
Results
2
comments of
Tim Lewis
This worked great, until I went to deploy this code to a non-local/testing environment. All my `behat`/`mink` stuff was in `composer.json` under `require-dev`, so on startup, I got the following...
My error had a suggestion: >Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:10:5-27:19 to override. @spearmootz's Solution was a little off for me. Using `tools:replace="allowBackup"` caused another error, as `allowBackup` was...