'how to compress raw resource while building release apk

I have a raw .mp4 video resource file. which is 25MB but I want to lower apk size. Is there a way to compress video.mp4 in raw resource? Can I access it in a videoview if I compress it in zip or rar file?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source