How to work without memory limit in android jni?

142 Views Asked by At

Sorry for my bad english. I am developing a small client program for my smart home system. I want to use SDL2, because it runs Android, OS X, iOS, Windows, Linux.. Multiplatform is important for me, i can't write programs in java, so can't write android apps, only with jni and C++, but if the memory usage will be over 24 mb the app exits with out of memory error. What can i do in this case?

0

There are 0 best solutions below