Hi there. I'm having trouble with my 3d model. It works well on my device if I compile using the default export template for android, but it gets awful if I compile using my custom build template.
Here is the screenshot of my problem.

I built the template using this command:
scons platform=android target=release android_arch=x86 openssl=no
The default template size is 14.7Mb, and my custom template is 13.4Mb
What could be the differences between the default template and my custom build template that my model becomes like that? Am I missing something with my build command?
Thank you.