подскажите как лучше поступить
уже давно хочу что бы дома везде был UNIX подобные операционки
Most Android Studio projects use Gradle as the underlying build system, so this section applies to both cases. To enable builds for your native code, add arm64-v8a and/or x86_64, depending on the architectures you want to support, to the ndk.abiFilters setting in your app's 'build.gradle' file:
...
ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
...
sudo add-apt-repository multiverse
sudo apt update
sudo apt install ubuntu-restricted-extras
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:windowBackground">@null</item>
</style>
<style name="AppTheme.CenterAnimation">
<item name="android:windowBackground">@drawable/ll_face_logo</item>
</style>