Browse Source

При сборке под свежим gradle без этого флага Android не распаковывает нативные либы и лончер не видит примеры для запуска

orefkov 3 years ago
parent
commit
4d7320d516
1 changed files with 1 additions and 0 deletions
  1. 1 0
      android/launcher-app/src/main/AndroidManifest.xml

+ 1 - 0
android/launcher-app/src/main/AndroidManifest.xml

@@ -8,6 +8,7 @@
         android:icon="@mipmap/ic_launcher"
         android:label="@string/app_name"
         android:roundIcon="@mipmap/ic_launcher_round"
+        android:extractNativeLibs="true"
         android:supportsRtl="true">
         <activity
             android:name=".LauncherActivity"