I am trying to create an Android PhoneGap project at the following link: http://docs.phonegap.com/en/edge/guide_platforms_android_index.md.html
But, when I run the command:
cordova platform add android
I get the following output:
Checking Android requirements... Creating android project... [Error: An error occured during creation of android sub-project. Looks like your environment fully supports cordova-android development! Creating Cordova project for the Android platform: Path: platforms/android Package: com.example.hello Name: HelloWorld Android target: android-17 Building cordova-3.2.0-rc1.jar { [Error: Command failed: BUILD FAILED /path/to/adt/sdk/tools/ant/build.xml:653: The following error occurred while executing this line: /path/to/adt/sdk/tools/ant/build.xml:698: null returned: 127 Total time: 1 second ] killed: false, code: 1, signal: null } ]
Does anyone know how to get rid of this error?
android cordova
arthursfreire
source share