phonegap + Ubuntu 12.04

后端 未结 1 465
悲&欢浪女
悲&欢浪女 2021-01-28 14:27

I\'m trying to get Phonegap to work on Ubuntu 12.04. So far I\'ve successfully (well kind of) installed it using this guide: http://perrymitchell.net/article/install_phonegap_u

相关标签:
1条回答
  • 2021-01-28 15:10

    To answer my own question, before one can successfully run a hello world app using phonegap, two more things need to be done (not just on Ubuntu 12.04 but I assume on any platform):

    1. run "android" command from the CLI and download at least one version of the SDK
    2. run "android avd" command and create at least one virtual device based on a version of a previously downloaded SDK.

    Then I was able to run "phonegap run android" on the little hello app described on the PhoneGap's website.

    0 讨论(0)
提交回复
热议问题