FlutterMidiCommand
FlutterMidiCommand copied to clipboard
Incorrect package="com.invisiblewrench.fluttermidicommand" found in source AndroidManifest.xml
I created a flutter project, installed flutter_midi_command, tried to build and this is the error:
FAILURE: Build failed with an exception.
Incorrect package="com.invisiblewrench.fluttermidicommand" found in source AndroidManifest.xml
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
Recommendation: remove package="com.invisiblewrench.fluttermidicommand" from the source AndroidManifest.xml
Flutter 3.24.3 Android SDK version 34 flutter_midi_command: ^0.5.2
I experienced the same thing as troller2017. Removing the "package= line from AndroidManifest.xml made it happy (meaning it was then willing to compile and build my app), although I haven't yet tried to run the midi_command example.