Now I am using 32 bit adt (adt-bundle-linux-x86-20140702) and NDK 32 (android-ndk32-r10b-linux-x86_64), but the configure script still can not find math.h and several libraries like:
@/lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find@
and this happens for several other libraries like:
-llog -lz -ldl -lstdc++ -lm -lc
That projects looks more like a wrapper around OpenSSL. You need to build OpenSSL itself. There's "this":https://github.com/st3fan/ios-openssl project that might help
Thanks for the suggestion Ken. I had put a debounce timer in a common class, but I have to call it from every button handler. The event filter looks much better.
Just to clarifiy / preven misunderstanding:
Do you think the application is still running because it still apears in the list of recently used apps that opens when you hold the menu button down?
This List does not show running applications! It shows the last used application. Even Java apps remains in the list when they exit.