在phonegap中编译错误,构建时出错?

时间:2014-04-10 02:54:15

标签: cordova phonegap-build

enter image description here

我正在尝试使用phonegap编译应用程序,我一直收到以下错误......有什么想法?

enter image description here

2 个答案:

答案 0 :(得分:1)

在终端或命令提示符下输入:

touch ~/.bash_profile; open ~/.bash_profile

只需点击此链接http://docs.phonegap.com/en/2.9.0/guide_getting-started_android_index.md.html

即可

它会打开一个编辑器。比

Edit the path of sdk tools and platform-tools and add Ant path



export ANDROID_HOME="$HOME/android-bundle/sdk/tools"
export ANDROID_PLATFORM_TOOLS="$HOME/android-bundle/sdk/platform-tools"
export PATH="$ANDROID_HOME:$ANDROID_PLATFORM_TOOLS:$PATH"

export ANT_HOME="$HOME/ant"
export PATH="$PATH:$ANT_HOME/bin"

答案 1 :(得分:0)

原因是我正在使用64位版本的ubuntu这样做并且工作正常。 谢谢你们

sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1