Explorar el Código

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

orefkov hace 3 años
padre
commit
4d7320d516
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"