Skip to content

Instantly share code, notes, and snippets.

@sbis04
Last active March 5, 2019 08:52
Show Gist options
  • Save sbis04/68724128f80618029d94e8efaa38ff0f to your computer and use it in GitHub Desktop.
Save sbis04/68724128f80618029d94e8efaa38ff0f to your computer and use it in GitHub Desktop.
overriding the error in manifest
<manifest ...
<!-- Add this line (inside manifest tag) -->
xmlns:tools="http://schemas.android.com/tools">
<!-- and this line (outside manifest tag) -->
<uses-sdk tools:overrideLibrary="io.github.edufolly.flutterbluetoothserial"/>
....
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment