Dec. 11, 2017
1 p.m.
On 12/10/2017 10:27 PM, Skip Montanaro wrote:
I'm not familiar with software development on/for Android, but wouldn't official support also involve suitable package creation or does that just fall out for free from the build-for-emulator PR?
Skip
The build-for-emulator PR allows building for a device but the packaging of an Android application into an installable APK (a zip file actually) is the responsability of the java application developer. Xavier