Phonegap 3不适用于Android Studio

时间:2013-08-24 21:48:48

标签: android cordova android-studio

对我而言似乎相当简单,但我根本无法做到。

我有npm install -g phonegap一切都成功并安装了phonegap。

我已按照此处的说明http://phonegap.com/install/我创建了我的项目:

C:\var\www\sexdiaries.co.uk>phonegap create sexdiaries -n SexDiaries -i co.uk.sexdiaries.app

然后我告诉Here试图运行andriod但是出现以下错误

C:\var\www\sexdiaries.co.uk\sexdiaries>phonegap run andriod

C:\Users\Hutber\AppData\Roaming\npm\node_modules\phonegap\lib\phonegap\run.js:72
    self.phonegap.emit('log', 'detecting', platform.human, 'SDK environment...
                                                   ^
TypeError: Cannot read property 'human' of undefined
    at RunCommand.execute (C:\Users\Hutber\AppData\Roaming\npm\node_modules\phonegap\lib\phonegap\run.js:72:52)
    at RunCommand.run (C:\Users\Hutber\AppData\Roaming\npm\node_modules\phonegap\lib\phonegap\run.js:55:10)
    at PhoneGap.run (C:\Users\Hutber\AppData\Roaming\npm\node_modules\phonegap\lib\phonegap\util\command.js:28:25)
    at CLI.module.exports [as run] (C:\Users\Hutber\AppData\Roaming\npm\node_modules\phonegap\lib\cli\run.js:38:14)
    at CLI.module.exports [as argv] (C:\Users\Hutber\AppData\Roaming\npm\node_modules\phonegap\lib\cli\argv.js:66:17)
    at Object.<anonymous> (C:\Users\Hutber\AppData\Roaming\npm\node_modules\phonegap\bin\phonegap.js:24:21)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)

更重要的是,我已经将创建的项目导入到Andriod Studio中,但是当我这样做时,我得到:Source files for your project not found

我知道如何使用phonegap 2.9创建一个有效的项目。但无法解决3提供的问题?

所以问题是,我如何使用phoengap 3实际工作的本地Android应用程序

3 个答案:

答案 0 :(得分:10)

命令是'phonegap run android',它不是'phonegap run android'。 再试一遍。我有这样的问题。

答案 1 :(得分:2)

必须挖掘后,我发现如何解决这个问题:

phonegap run android

就这么简单。

[编辑]

您需要添加平台才能使用,而文档非常差:

C:\var\www\sexdiaries.co.uk\sexdiaries>phonegap build android
[phonegap] detecting Android SDK environment...
[phonegap] using the local environment
[phonegap] adding the Android platform...
 [warning] missing library cordova/android/3.0.0
[phonegap] downloading https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.0.0;sf=tgz...
[phonegap] compiling Android...
[phonegap] successfully compiled Android app

然后你很高兴,使用Andriod Studio进行导入也可以正常工作,因为你有一个项目可以使用:)

优秀。

答案 2 :(得分:2)

我在Android Studio中使用了phonegap 3.0,并且工作正常。 请浏览this