Hi
I’m trying to send my build to other friends.
Packaging my game without distribution enabled works fine on my phone. But when I send this apk to others phones, it doesn’t work (crash on black screen).
So I’ve signed my game with keystool and packaged it in ETC2 and distribution mode enabled and pakage all in .apk. The build success and the file is now about 211mo.
But, when I install it on my phone, the app doesn’t appear on the desktop of my phone, and (when I launch it after intall) it crash (black screen then launch Samsung gear store).
So I have few questions:
- Is it necessary to sign a build to install it on others phones?
- Why it works well when not distribution mode is enabled and crash when it’s enabled?
- Is packaging all in one apk (no obb) is the good way for Note 4 phone or S6?
I’m not trying to publish the game through store but just wanted to share it to friends and other developpers.
Thanks if you can help me