Wrong symbol ANDROID_COCOS_SRC_DIR

For some reason, this path is wrong and makes all installations fail.

Current path:

C:/game/Survival2/cocos2d/cocos/platform/android/libcocos2dx\src/org/cocos2dx/lib

while it should be

C:/game/Survival2/cocos2d/cocos/platform/android/java/src/org/cocos2dx/lib

Any idea what could cause this? I have cocos2d-x version 3.17 and latest sdkbox and packages

do you mean you change the folder structure of cocos2d-x engine?

my suggestion is, make a link C:/game/Survival2/cocos2d/cocos/platform/android/java to your C:/game/Survival2/cocos2d/cocos/platform/android/libcocos2dx.

Well, so I am not sure what modifications I made since it was my first project and played around a little trying stuff. So what solved my problem was to create a new project from scratch and reimport all my app files into it. All folders seems right now.