Skip to main content
pvk86
New Participant
October 24, 2017
Answered

Reg: How to convert flash html5 canvas to APK

  • October 24, 2017
  • 1 reply
  • 2187 views

Hi,

    I am using adobe animate CC 2015. I developed HTML5 canvas game. I need a help, how to convert html5 canvas to Android APK.

Is this possible, please help me. Give sample code or sample link.

    Thanks in advance.

    This topic has been closed for replies.
    Correct answer Colin Holgate

    If you already have a fully working web activity, with lots of JavaScript in it, and you want to make an app version of the site, you could either rewrite everything in ActionScript, or you could make a wrapper kind of app.

    If you choose to do a wrapper you could use PhoneGap:

    https://build.phonegap.com

    or you could use Adobe Animate with a StageWebView to load the HTML page. The documentation for StageWebView has example code:

    StageWebView - Adobe ActionScript® 3 (AS3 ) API Reference

    1 reply

    Colin Holgate
    Colin HolgateCorrect answer
    Inspiring
    October 24, 2017

    If you already have a fully working web activity, with lots of JavaScript in it, and you want to make an app version of the site, you could either rewrite everything in ActionScript, or you could make a wrapper kind of app.

    If you choose to do a wrapper you could use PhoneGap:

    https://build.phonegap.com

    or you could use Adobe Animate with a StageWebView to load the HTML page. The documentation for StageWebView has example code:

    StageWebView - Adobe ActionScript® 3 (AS3 ) API Reference

    Inspiring
    October 24, 2017

    theres also some dignify apk builders for html and sometimes better than phone gap, like cocoon js, and intell crosswalk