[ERROR] update cocos lib-project - Fails. [HELP]

Hey guys,
I typed: python android-build.py -p 10 cpp-tests…
After a little time it starts creating, but it says, that it cant find the right path and i shall update the lib-project…
I hope its okay, when i post my “log” here:

C:\Users\Yannik\Desktop\Development\cocos2d-x-3.1.1\cocos2d-x-3.1.1\build>python
android-build.py -p 10 cpp-tests
The Selected NDK toolchain version was 4.8 !
C:\Users\Yannik\Desktop\Development\android-ndk-r9d-windows-x86_64\android-ndk-r
9d\ndk-build -j8 -C C:\Users\Yannik\Desktop\Development\cocos2d-x-3.1.1\cocos2d-
x-3.1.1\build…\tests/cpp-tests/proj.android NDK_MODULE_PATH=C:\Users\Yannik\De
sktop\Development\cocos2d-x-3.1.1\cocos2d-x-3.1.1\build…;C:\Users\Yannik\Deskt
op\Development\cocos2d-x-3.1.1\cocos2d-x-3.1.1\build…/external;C:\Users\Yannik
\Desktop\Development\cocos2d-x-3.1.1\cocos2d-x-3.1.1\build…/cocos
Android NDK: WARNING:C:\Users\Yannik\Desktop\Development\cocos2d-x-3.1.1\cocos2d
-x-3.1.1\build…/cocos/./Android.mk:cocos2dx_static: LOCAL_LDLIBS is always ign
ored for static libraries
Android NDK: WARNING:C:\Users\Yannik\Desktop\Development\cocos2d-x-3.1.1\cocos2d
-x-3.1.1\build…/cocos/platform/android/Android.mk:cocos2dxandroid_static: LOCA
L_LDLIBS is always ignored for static libraries
make.exe: Entering directory C:/Users/Yannik/Desktop/Development/cocos2d-x-3.1. 1/cocos2d-x-3.1.1/tests/cpp-tests/proj.android' [armeabi] Install : libcpp_tests.so => libs/armeabi/libcpp_tests.so make.exe: Leaving directoryC:/Users/Yannik/Desktop/Development/cocos2d-x-3.1.1
/cocos2d-x-3.1.1/tests/cpp-tests/proj.android’
Das System kann den angegebenen Pfad nicht finden.
update cocos lib-project [ C:\Users\Yannik\Desktop\Development\cocos2d-x-3.1.1\c
ocos2d-x-3.1.1\build…\cocos/platform/android/java ] fails!

Please help me. Sry for my bad english…
Greetz, Yannik

Have you followed: http://www.cocos2d-x.org/wiki/How_to_run_cpp-tests_on_Android

Hey, sure, i did it step by step.
It is the step after i get a list of my “targets”. In the tutorial this need 7s, but in my case it does not work. If I google for it I only find this: http://www.cocos2d-x.org/issues/4427
but i dont really understand what to do.

Thank you, Yannik

can you do an android list targets and post the output

Hey slackmoerle,
If i type in: android list targets - The command could not be found or is written wrong…?
Thank you for your help…

can you show me a screenshot or terminal output, with path?

I think that you should see something like: http://www.cocos2d-x.org/attachments/download/4696

That´s my log. It is a german computer, I hope you can understand it.

Thank you

Did you download this as a zip or from GitHub?

A Zip, from the original download-page from cocos2D…

Do you have any idea what your PATH variable is?

I do not really know. The Cocos_Concole_Root variable is C:\Users\Yannik\Desktop\Development\cocos2d-x-3.1.1\cocos2d-x-3.1.1\tools\cocos2d-console\bin
I hope this is, what you mean…

Yeah, but what about NDK_ROOT, ANDROID_SDK_ROOT, ANT_ROOT, etc?

NDK_ROOT - C:\Users\Yannik\Desktop\Development\android-ndk-r9d-windows-x86_64\android-ndk-r9d
ANDROID_SDK_ROOT - C:\Users\Yannik\Desktop\adt-bundle-windows-x86_64-20140321\sdk
ANT_ROOT - C:\Users\Yannik\Desktop\apache-ant-1.9.4\bin

I did everthing like it is explained…
Thank you for your time…

What happens when you execute: python android-build.py -p 19 cpp-tests

It is the same error, like i typed in …-p 10 cpp-tests
I did intstalled 10 and 19 in the SDK-Manager.

Do you have any idea, what I can do now?

I’d have to setup a windows VM and try the steps myself. I aren’t been through them in a while.