Morning,
I’m hoping someone can help!
I’ve created a signed shipping apk build using the normal route, ‘Package Project’ → ‘Android All’, which works fine.
I can then install using adb, again, works well.
However my issue is that if I try to install via download on the device, it will install fine but then crash from a black screen near instantaneously.
There is one caveat to this though, if the apk is installed via adb first then afterwards installed via download - it works.
This is causing issues for people receiving the build who are not near the office!
Does anyone know how to resolve this issue? I’m presuming it should work as normal eclipse made apks can install via download.
Thanks!