I know that android programmers can exploit legacy c++ libraries but sometimes I read that dependencies problems could arise. Is it true? How to know in general if a library can be used before trying to compile the android app?
I know that android programmers can exploit legacy c++ libraries but sometimes I read
Share
Supported libraries are listed in here: Android site – What is NDK?. Other libraries exist, but may or may not be supported / changed in the future and it is not recommended to relay on them.