phonegap3.0 安裝使用

phonegap3.0 真的快了好多,趕忙來試試吧 java

是好東西,可是初始化有點麻煩,不過解決了,你就會發現這個版本太爽了 node

先說安裝吧 android

3.0是經過nodejs安裝的,不像之前的版本有安裝包 apache


  1. 下載nodejs
  2. npm install phonegap


到此安裝成功 npm

下面說配置 eclipse

先要配置幾個變量 ui


  • D:\Program Files\android\sdk\tools;
  • D:\Program Files\android\platform-tools;
  • C:\Program Files (x86)\Java\jdk1.6.0_10\bin;
  • D:\Program Files\android\eclipse\plugins\org.apache.ant_1.8.3.v201301120609\bin


這個個人幾個變量,其中最後一個配的是ant.bat的變量,四個都不能少,你對應這配吧,配置的是系統的path變量 spa

path=D:\Program Files\android\sdk\tools;D:\Program Files\android\platform-tools;C:\Program Files (x86)\Java\jdk1.6.0_10\bin;D:\Program Files\android\eclipse\plugins\org.apache.ant_1.8.3.v201301120609\bin orm

到這裏配置就完成了 ip

下面就構建應用吧

phonegap create helloworld com.helloworld.helloworld "helloworld"

三個參數的含義

  • helloworld--應用存放的文件夾,相對於當前文件夾
  • com.helloworld.helloworld--應用的包名
  • "helloworld" 應用的名稱

cd helloworld

phonegap build android

至此一個應用就建立ok了

下面你就導入進eclipse 編輯吧

是否是比之前建立應用方便多了

若是遇到java問題,可能你要換到jdk1.6

相關文章
相關標籤/搜索