Android Question [SOLVED] Increase in APK size with the new SDK34

scsjc

Well-Known Member
Licensed User
Longtime User
Compiling with the new SDK34, I noticed that the file size of my project increases from 10,733KB to 23,052KB.
Looking inside the APK, I see that there are some files in the ASSETS folder that I haven't used in my project:

NotoColorEmojiCompat.ttf

Does anyone know how to remove this file? And how to compile it to save on APK size?



1724088813609.png
 

scsjc

Well-Known Member
Licensed User
Longtime User
I deleted the file that was in the path, and now when I compile the application, it goes back to its normal size. I'm not sure if it will affect the functionality of the application. From what I've been able to test, I haven't noticed any issues.


C:\android\extras\b4a_remote\androidx\emoji2\emoji2-bundled\1.4.0\unpacked-emoji2-bundled-1.4.0\assets\
1724090150127.png
 
Last edited:
Upvote 0

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I looked a few of my Apk's and don't see any such ttf file - I think you are using something that is forcing its inclusion
 
Upvote 0
Top