From 5ce549b5fa834283a82fd1e510f568aa0a8209ae Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 11 Dec 2021 01:18:25 +0100 Subject: revert disallowing android:extractNativeLibs, enableUncompressedNativeLibs = false seems to made the trick to ensure navive libs are extracted to the apk --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2e9d2ade..75b166d9 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -35,7 +35,7 @@ android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" - android:extractNativeLibs="false" + android:extractNativeLibs="true" android:appCategory="productivity" android:logo="@mipmap/ic_launcher" android:theme="@style/BitmaskTheme"> -- cgit v1.2.3