0
How to compile HTML5 CSS 3 and JSCRIPT files of a html game into an apk file without using android studio.?
I have the HTML 5 CSS 3 and JSCRIPT files for a simple html game . I want to convert this game into an apk file . How to do it without using android studio.
2 Respuestas
0
Hi Ansh
Have a look at the PWA guide on Google developers
https://developers.google.com/web/updates/2015/12/getting-started-pwa
and updated Add to Home Screen
https://developers.google.com/web/updates/2017/02/improved-add-to-home-screen
0
Thanks for all your help 😊