1

Eclipse でネイティブ android プロジェクトを作成しようとすると、完全に正常に動作し、android のセットアップが適切であることを示していますが、phonegap プロジェクトを作成しようとするとエラーが発生します。

./create ~/Documents/workspace/HelloWorld com.fizzysoftware.HelloWorld HelloWorld

BUILD FAILED
/Users/mohit/Documents/eclipse/android-sdk-macosx/tools/ant/build.xml:710: The following error occurred while executing this line:
/Users/mohit/Documents/eclipse/android-sdk-macosx/tools/ant/build.xml:723: Compile failed; see the compiler error output for details.

Total time: 5 seconds
An unexpected error occurred: ant jar > /dev/null exited with 1
Deleting project...

コルドバ バージョン: 2.7 Android api バージョン 14

Ps: 私は Ruby on Rails 開発者です。これは私の phonegap/android/ios の 1 日目です

4

2 に答える 2

0

設定だけに問題があると思います。phonegap アプリを eclipse やその他の IDE 用に設定する前に、やるべきことがたくさんあります。どのサイトから phonegap アプリケーション開発フレームワーク用の IDE を構築または設定したかわかりません。これは私が提供しているリンクで、このガイドを通じてプロジェクトを段階的に構築します。問題はないと確信しています。アプリケーションを開発し、テストしました。それが私があなたと共有している理由です。リンクは次のとおりです: EclipseでのPhonegapの開始

于 2013-05-11T05:35:32.517 に答える