I've updated to Android SDK revision 21.1 and to Android NDK r8e. Using Ubuntu 12.10 (inside a vimware on top of a Windows 7 host.)
Every time I run some tool from the platform tools or NDK tools I'm getting a segmentation fault as a response.
A segmentation fault
message is printed on the terminal. When I check the returned error code (echo $?
) I get 139 (which also means a segmentation fault).
Among the tools that I tried are adb
and ndk-build
I tried to remove everything related to the SDK and NDK and downloaded them all again but got the same result.
I'm really frustrated, already spent few days digging the internet but found nothing.
Has anybody encountered this problem?