try to cut nimble

This commit is contained in:
2025-01-26 10:55:07 +03:00
parent 1e6c5846ea
commit 4296b5d20b
12 changed files with 376 additions and 15 deletions
@@ -40,7 +40,7 @@ import kotlin.system.exitProcess
class GameActivity : ComponentActivity(), DrawFrameListener {
init {
System.loadLibrary("nimble")
//System.loadLibrary("nimble")
System.loadLibrary("app")
}