cmake - compile optimized C++ for debug build in Android Studio -


i want set jnidebuggable false in as's debug version. seems doesn't work set this: debug { jnidebuggable false } since jni takes long time, want use release version(faster debug) when debug java code. can tell me how do?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

android - How to prevent keyboard from closing when bottom dialog is open? -