Page 1 of 1

deployment as exe on win7, apk on android

Posted: Mon Apr 17, 2017 9:21 am
by jmc
At this stage, I need a single deployment tool, which can package/publish the resulting html5/javascipt to android as an apk app and to windows 7 as an exe program.
Just like cshtml5, I want one quick and simple tool for the deployment work to both platform.

Re: deployment as exe on win7, apk on android

Posted: Tue Apr 18, 2017 9:11 am
by JS-Support @Userware
Hi,

The sample Showcase application was brought to iOS and Android using PhoneGap Build.

Alternatively, please have a look at Cocoon.io, which appears to support many target platforms.

Please keep us updated on the progress.

Regards,
JS-Support

Re: deployment as exe on win7, apk on android

Posted: Wed Apr 19, 2017 8:05 am
by jmc
At this time, I was unable to find an easy solution that is actively developed and fully maintained which can do both Win7 and Android.
I'll have to consider separate tool, one to convert into Win7 exe and another to wrap into Android apk. Thanks for trying to help.