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

javascript - How to bind ViewModel Store to View? -

dll - AutoIt (AutoItX) on C# Windows 7 App System.DllNotFoundException -

python - Alternative to referencing variable before assignment -