Issue while creating an android project with phonegap
Posted
by
Mohit Jain
on Stack Overflow
See other posts from Stack Overflow
or by Mohit Jain
Published on 2013-05-10T21:47:37Z
Indexed on
2013/10/20
9:54 UTC
Read the original article
Hit count: 397
phonegap
|phonegap-build
When I try to create native android project in eclipse it works perfectly fine, and that shows my android setup is proper but when I try to create a phonegap project it create a error ie:
./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...
cordova version: 2.7 Android api version 14
Ps: I am a ruby on rails developer. This is my day 1 with phonegap/android/ios
© Stack Overflow or respective owner