Отключил х86 исправил ипут на Waydroid

This commit is contained in:
2025-08-26 12:22:46 +03:00
parent 38665f3545
commit 8951489609
3 changed files with 99 additions and 52 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ android {
minSdk = 27
ndk {
abiFilters += listOf("armeabi-v7a", "x86")
abiFilters += listOf("armeabi-v7a")
}
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"