From 0d07c110662f04d9ae0e3db4f55745836ac58584 Mon Sep 17 00:00:00 2001 From: SSimco <37044560+SSimco@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:44:30 +0200 Subject: [PATCH] Downgrade ndk ver --- src/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index 1e37b744..58ef2ef9 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -10,7 +10,7 @@ if (keystorePropertiesFile.exists()) { android { namespace 'info.cemu.Cemu' compileSdk 34 - ndkVersion "27.1.12297006" + ndkVersion "26.1.10909125" defaultConfig { applicationId "info.cemu.Cemu" minSdk 30