FlutterMidiCommand icon indicating copy to clipboard operation
FlutterMidiCommand copied to clipboard

Incorrect package="com.invisiblewrench.fluttermidicommand" found in source AndroidManifest.xml

Open troller2017 opened this issue 1 year ago • 1 comments

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

troller2017 avatar Oct 25 '24 05:10 troller2017

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.

cliffnmontgomery avatar Oct 29 '24 03:10 cliffnmontgomery