How to reduce apk size

recently i create game it’s have simple mechanic just endlees runner. just single sprite for character and one tile, and i follow all instructions and file size become 75MB is there any way to reduce apk size further…if yes plz let me know

yhaa i know ue4 is aaa title game engine and its have lots of engine content but i just ask is there any further way to shrink apk size

75mb is tiny…

You can not reduce below 49 MB. UE library file is 100 MB minimum. They simply do not care about mobile games - this problem exists for many years and they do not give a ■■■■ to it.

You can export the android project. From the Android studio you can give try to remove some unused engine related assets which won;t be used by a game.

Maybe this helps you

Hi, optimize image assets by compressing them > Minimize unnecessary code and libraries > Use ProGuard or R8 for code shrinking and obfuscation > Utilize asset bundling for large assets.