hi guys ,
i'm using ubuntu 12.10 beta 2.
before with ubuntu 12.04 i have used android ndk r8
and it was working just fine .
now with 12.10 beta 2 i tried ndk r8b and ndk r8 , with both producing the same error when trying to build sample code .
the error :
Code:
:~/Android/android-ndk/samples/san-angeles/jni$ ndk-build 
make: /home/mixpro/Android/android-ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc: Command not found
make: /home/mixpro/Android/android-ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc: Command not found
Compile thumb  : sanangeles <= importgl.c
make: /home/mixpro/Android/android-ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc: Command not found
make: *** [/home/mixpro/Android/android-ndk/samples/san-angeles/obj/local/armeabi/objs/sanangeles/importgl.o] Error 127
i'm asking this here cause i think its an ubuntu problem .
can someone help pls.
cause until now nobody can answer me .