Building with Cordova - PART 02 - Build an Android App

2

Index

Stats

15,631 visits, 53,735 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Published on 4 Oct, 2015. Last updated 19 Feb, 2019

Step 5 - Installing the Crosswalk plugin in Cordova

Now this is very important. In order for our game to use WebGL and run decently, we need our project to make use of the Crosswalk Webview plugin in Cordova.

5.1 - Just type "cordova plugin add cordova-plugin-crosswalk-webview", press Enter and wait while the plugin is installed in our project. Usually it doesn't take more than a few seconds and just needs to be done once per project.

Once it's installed, you can check our project's plugins by typing "cordova plugin list".

  • 0 Comments

Want to leave a comment? Login or Register an account!