gluonhq / gluonfx-maven-plugin

Plugin that simplifies creating native images for Java/JavaFX maven projects
BSD 3-Clause "New" or "Revised" License
189 stars 39 forks source link

Why gluonfx native apk is much heavy then old apk? #426

Open ctoabidmaqbool opened 2 years ago

ctoabidmaqbool commented 2 years ago

Navtive Apk generated by gluonfx plugin e.g. mvn clean -Pandroid gluonfx:build gluonfx:package is much heavy in weigh then old javafx-mobile-plugins's Apk e.g. clean apkRelease with almost same codding.

Note: New Apk size is almost double or more then Old Apk!

Why this is so? Is there any tricks to reduce the size to very light?