I am volunteering as a mentor for a First Tech Challenge robotics team. I am a professional developer experienced with Visual Studio and other tools but I've never used Android Studio before. I need to target an x86 Oreo device.
When I try to run my project, Android Studio gives me a warning stating "Device supports x86, but APK only supports armeabi-v7a, arm64-v8a on device Android Accelerated x86 Oreo".
How can I fix this? The Android Studio documentation is vague and seems to be written for a previous version. This appears to be a simple problem but I can't find a solution anywhere.