Android project with eclipse

I am trying to compile android version of cocos2d-x and following this tutorial. http://cocos2d-x.org/wiki/How_to_Build_an_Android_Project_with_Eclipse .
I stumbled across lots of step but I overcame it.
Now I am getting this error after compiling the android project.

rmeabi] Gdbserver : [arm-linux-androideabi-4.9] libs/armeabi/gdbserver
[armeabi] Gdbsetup : libs/armeabi/gdb.setup
[armeabi] SharedLibrary : libcpp_empty_test.so
[armeabi] Install : libcpp_empty_test.so => libs/armeabi/libcpp_empty_test.so
make.exe: Leaving directory `H:/Cocos2dX/cocos2d-x-3.7/tests/cpp-empty-test/proj.android’
Building apk…
running: ‘“H:\Cocos2dX\Android\apache-ant-1.9.6\bin\ant” clean debug -f H:\Cocos2dX\cocos2d-x-3.7\tests\cpp-empty-test\proj.android\build.xml -Dsdk.dir=“H:\Cocos2dX\Android\adt-bundle-windows-x86_64-20140321\sdk”’

Buildfile: H:\Cocos2dX\cocos2d-x-3.7\tests\cpp-empty-test\proj.android\build.xml

BUILD FAILED
H:\Cocos2dX\cocos2d-x-3.7\tests\cpp-empty-test\proj.android\build.xml:83: Cannot find H:\Cocos2dX\Android\adt-bundle-windows-x86_64-20140321\sdk"\tools\ant\build.xml imported from H:\Cocos2dX\cocos2d-x-3.7\tests\cpp-empty-test\proj.android\build.xml

Total time: 0 seconds
Error running command, return code: 1.
Build dynamic library for project [ H:\Cocos2dX\cocos2d-x-3.7\build…\tests/cpp-empty-test ] fails!

H:\Cocos2dX\cocos2d-x-3.7\build>

Any help in regard to this will be appreciated.