How to package apk files locally by yourself using Cordova

2
  • 17 favourites

Index

Stats

6,005 visits, 13,410 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.

Final step:

Type in : cordova build android

If you did everything as supposed, you should see your apk files inside the folder:

CordovaProject\platforms\android\build\outputs\apk

You'll get two versions : one for armv7 processors and the other for intel x86 processors

Now the good news is, that whenever you want to build an apk from now on, you'll just have to paste your project inside the folder /www and run the cmd : cordova build android.

That's it folks! No more phonegap or XDK nuisance !

  • 0 Comments

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