嗨!
我已经决定尝试使用phonegap但我无法使用CLI设置eclipse,因为指南似乎已经过时且不准确。这是我到目前为止所做的事情,以便在eclipse中设置phonegap项目:
根据官方phonegap网站上的android平台指南,它说现在应该在phonegap项目文件夹中有一个platform / android子目录,但是没有。平台文件夹完全为空。
我错过了什么吗?非常感谢你的帮助:))
答案 0 :(得分:-1)
请尝试phonegap install android
。
只需输入phonegap
而不输入任何参数即可获得基本帮助,当您想了解更多特定命令时,phonegap help <subcommand>
就个人而言,我发现Cordova CLI documentation要更深入一点,如果你只是在本地构建,那么cordova
命令和phonegap
命令之间没有太大区别据我所知。如果您正在使用PhoneGap Build,那么您只需要phonegap
命令。
示例:
% phonegap
Usage: /usr/local/share/npm/bin/phonegap [options] [commands]
Description:
PhoneGap command-line tool.
Commands:
create <path> create a phonegap project
build <platform> build a specific platform
install <platform> install a specific platform
run <platform> build and install a specific platform
local [command] development on local system
remote [command] development in cloud with phonegap/build
help [command] output usage information
version output version number
% phonegap help install
Usage: /usr/local/share/npm/bin/phonegap install [options] <platform>
Description:
Installs the application for a specific platform.
Automatically detects platform SDK support and uses the correct environment.
See each environment for available [options].
Examples:
$ /usr/local/share/npm/bin/phonegap install android