-
-
Notifications
You must be signed in to change notification settings - Fork 135
Overwritten app icon (Android) #10
Comments
Hey, sorry, the manifest I posted above is the merged manifest (that is, after combining the library manifests using the
|
Your |
Ok, I think I got a handle on this. Thanks for pointing out the missing roundIcon. I don't have an I ended up adding a
I'm going to close this issue, but might be worth surfacing some info on the Readme about this, as the issue is fairly opaque? |
Thanks, I think including app icons in mobile-ffmpeg is causing all these issues. I'll remove them in the next release, I have a new issue about it. |
TL;DR; one of the underlying libraries seems to be overwriting the launcher icon
To reproduce:
run
flutter create ffmpeg_test
in
build.gradle
changeminSdkVersion
to21
in
android/app/src/main/AndroidManifest.xml
:xmlns:tools="http://schemas.android.com/tools"
to the<manifest>
tagtools:replace="android:icon,android:label"
to the<application>
tagrun
flutter run -d and
(or whatever android device/emulator you'd like)Expected result:
The app should install and the launcher should be the default flutter icon
Actual result:
The app installs and the launcher is the colorful version of this project's icon (I think it might be from https://github.com/tanersener/mobile-ffmpeg).
Notes:
merged_manifest
below, from/build/app/intermediates/merged_manifests/debug/processDebugManifest/merged/AndroidManifest.xml
.I also looked at both Launcher icon Urgent #4 and package sets application@label value #3.
Again, really appreciate the plugin!
The text was updated successfully, but these errors were encountered: