dsimard / grunt-angular-phonegap

Combine yeoman/generator-angular and phonegap
MIT License
156 stars 23 forks source link

Error on grunt phonegap:build #7

Closed Chris2011 closed 10 years ago

Chris2011 commented 10 years ago

Hi,

after downloading the Android SDK and the packages and set the paths:

;C:\Users\myUser\Desktop\adt-bundle-windows-x86_64-20131030\sdk\tools;C:\Users\myUser\Desktop\adt-bundle-windows-x86_64-20131030\sdk\platform-tools and the paths to JAVA_HOME and ANT_HOME I try your readme file.

When I try to execute grunt phonegap:build, I got this error:

... ... Running "clean:phonegap" (clean) task

Running "copy:phonegap" (copy) task Created 55 directories, copied 264 files

Running "shell:phonegapBuild:android" (shell) task

Building for android [phonegap] adding the Android platform... [error] An error occured during creation of android sub-project.

after his I deleted the .cordove folder inside my user directory and execute it again and got this:

... ... Running "clean:phonegap" (clean) task

Running "copy:phonegap" (copy) task Created 55 directories, copied 264 files

Running "shell:phonegapBuild:android" (shell) task

Building for android [phonegap] adding the Android platform... [phonegap] missing library cordova/android/3.2.0 [phonegap] downloading https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.2.0;sf=tgz... [error] An error occured during creation of android sub-project.

Dont know whether I have forgot smth or not.

Cheers

Chris

Chris2011 commented 10 years ago

Ok maybe this was a problem with ConEmu oO now it worls.