Hadik Posted March 18, 2016 Share Posted March 18, 2016 Is there any option how export phaser HTML5 game into android platform ? Like electron, it will package JS files with "browser" into jar, and it can be published in the google play store ? I know people can just run in their mobile browser but this can not be published in the google play store. Thank you Link to comment Share on other sites More sharing options...
cardex107 Posted March 18, 2016 Share Posted March 18, 2016 Only you need export the app to .apk (for example with: https://cordova.apache.org/), and images, videos or others externals for google play need (http://developer.android.com/distribute/tools/launch-checklist.html). Link to comment Share on other sites More sharing options...
Alexalten Posted March 18, 2016 Share Posted March 18, 2016 I use this online service: https://www.ludei.com/ Hadik 1 Link to comment Share on other sites More sharing options...
cardex107 Posted March 18, 2016 Share Posted March 18, 2016 9 minutes ago, Alexalten said: I use this online service: https://www.ludei.com/ This service is very helpful, canvas+ & webview+ the best, but the apps win 15-19MB extra weight. Hadik 1 Link to comment Share on other sites More sharing options...
benlooi Posted March 20, 2016 Share Posted March 20, 2016 Try Ionic Framework. You can export to IOS and Android. It wraps the HTML. Need to know a bit of Angular JS, though. Link to comment Share on other sites More sharing options...
bruno_ Posted March 20, 2016 Share Posted March 20, 2016 My game for android (in my signature) is using Phaser. It's published on Play store. To set it as an android app I used Cordova and Crosswalk. Although cordova is enough, crosswalk gives better perfomance and compatibility. It's an alternative webview. Link to comment Share on other sites More sharing options...
Recommended Posts