After following the directions on the Cocos-2DX site to get the android environment set up, I'm coming across this issue when trying the run the project as an Android application
[2013-12-03 22:12:10 - HelloCpp] Unable to resolve target 'android-13' [2013-12-03 22:21:10 - HelloCpp] (skipping file '.gitignore' due to ANDROID_AAPT_IGNORE pattern '.*') [2013-12-03 22:21:10 - HelloCpp] Unable to add 'D:\Cocos-2DX\cocos2d-x-2.2\samples\Cpp\HelloCpp\proj.android\assets\app.icf': Zip add failed [2013-12-03 22:21:10 - HelloCpp] ERROR: unable to process assets while packaging 'D:\Cocos-2DX\cocos2d-x-2.2\samples\Cpp\HelloCpp\proj.android\bin\resources.ap_' [2013-12-03 22:21:10 - HelloCpp] ERROR: packaging of 'D:\Cocos-2DX\cocos2d-x-2.2\samples\Cpp\HelloCpp\proj.android\bin\resources.ap_' failed
All my path and environment variables have been set up, so I'm not sure what could be causing the issue. Any assistance is greatly appreciated