10
09/2014
phonegap 笔记
安装
sudo npm install -g phonegap
使用
phonegap create my-app
创建项目
cd my-app
进入
主要命令
phonegap run android
运行(编译并安装到打开了开发模式的android手机上)
phonegap build android
只编译
phonegap install android
只安装
其它
创建项目
phonegap create hello com.example.hello HelloWorld
- hello 项目目录名
- com.example.hello 反向类域名标识
- HelloWorld 显示名称
这几句是一个意思
phonegap create hello com.example.hello HelloWorld
phonegap create hello -n HelloWorld -i com.example.hello
phonegap create hello --name HelloWorld --id com.example.hello
manifest.xml
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
iis .apk MIME
application/vnd.android.package-archive