How to build apache cordova project from command line?

前端 未结 4 750
时光取名叫无心
时光取名叫无心 2021-02-14 07:23
  • I\'ve setup apache cordova on my Windows/Cygwin platform.
  • I can create project using the command - cordova create .
  • I have
4条回答
  •  再見小時候
    2021-02-14 08:17

    Use cordova compile android

    This will output a debug .apk file into platforms/android/bin

    This works with Cordova 3.3.1

提交回复
热议问题