开发者

Error installing PhoneGap: "Ruby: No such file or directory -- ./droidgap (LoadError)"

开发者 https://www.devze.com 2023-02-28 22:33 出处:网络
Hello. I\'ve installed the following prerequisites for PhoneGap: Java JDK Android开发者_JAVA百科 SDK + ADT Plugin

Hello. I've installed the following prerequisites for PhoneGap:

I also added the path to the environment variable. However, when I try to launch with the command:

ruby ./droidgap "[android_sdk_path]" [name] [package_name] "[www]" "[path]"

I receive this error:

Ruby: No such file or directory -- ./droidgap (LoadError)


It looks like you need to run that command in the directory where the droidgap script lives.


Or checkout the Eclipse plugin here to avoid the need for droidgap or ruby to get started with PhoneGap on Android

0

精彩评论

暂无评论...
验证码 换一张
取 消