Building with Cordova - PART 02 - Build an Android App

2
  • 18 favourites

Index

Stats

14,196 visits, 51,300 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.

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

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