I followed the instructions from this thread
But after packaging it still gives default unreal icon.
my icon file name is myhexicon
I also tried deleting default drawable folders from build but it still picks them from Intermediate/Android
Look in the above image.
Edit: Then I tried this approach
During packaging
this line gives error as there is no file of name “icon_bg”
So I changed it to simply “icon” in xml
Now I did got the adaptive icon But instead of my icon I got default app icon from android studio.