我正在尝试为 phonegap 设置 android 环境,当我尝试创建 phonegap 项目时,我不断收到此错误。
ruby bin/droidgap create MyTestApp
c:/phonegap-android/lid/create.rb:24:in ``:
no such file or dirctory - androidsdk-path.bat android.bat
(Errno::ENOENT)
from c:/phonegap-android/lib/create.rb:24:in `guess_paths`
from c:/phonegap-android/lib/create.rb:7:in `initialize`
from bin/droidgap:24:in `new'
from bin/droidgap:24:in `<main>'
我已经完成了最后几天的设置。我还检查了 android sdks 的 PATH 并在 eclipse 中构建了测试 android 应用程序。
环境变量中有路径
C:\Ruby192\bin; C:\apache-ant-1.8.1\bin; C:\Program Files\Java\jdk1.6.0_20\bin; C:\android-sdk-windows\工具;
您能给我的任何帮助将不胜感激。
谢谢
苹果电脑