Missing ABI Support for ChromeOS
Missing ABI Support for ChromeOS
To properly support ChromeOS, your Android application should have an x86 and/or x86_64 binary as part of the build configuration. To fix the issue, ensure your files are properly optimized for ARM; the binary translator will then ensure compatibility with x86. Alternatively, add an abiSplit
for x86 within your build.gradle
file and create the required x86 dependencies.
Issue id: ChromeOsAbiSupport
https://developer.android.com/ndk/guides/abis
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for Android 2023.3, Qodana for JVM 2023.3 |
Plugin: | Android, 2022.3.1 Beta 2 |
Last modified: 13 July 2023