Arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ Error 127

After updating my ndk-bundle

I got this error

Android/Sdk/ndk-bundle/toolchains/ arm-linux-androideabi-4.8 /prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++: Command not found
make: *** [obj/local/armeabi/objs-debug/cocos2dcpp_shared/hellocpp/main.o] Error 127
make: *** Waiting for unfinished jobs…

The ndk-bundle does not have version 4.8 anymore it has 4.9.

Is there any solution to this cause I run many different projects and I need the ndk to be up to date.

Have you tried ndk-build command from the terminal?