When I execute my debug version it runs fine, but when I try to compile and run my release code I get this message
ADB0020: Android ABI mismatch. You are deploying an app supporting 'armeabi-v7a;arm64-v8a' ABIs to an incompatible device of ABI 'x86_64;x86'. You should either create an emulator matching one of your app's ABIs or add 'x86_64' to the list of ABIs your app builds for.
I haven't made any changes I know of.
If I only select x86, x86_64 for the supported architectures, it launches fine. but if I have either of the the arm(x) options selected I get the message. My app requires Android 9 or greater, so do I even need the arm(x) support?
Cheers!