I am playing around with Android Studio by testing some projects out from GitHub and when I try to emulate the apk, it does not let me choose an emulator.
It tells m
Turn off USB debugging and turn it back on the hardware device.
Just go to device Settings >> Developer Options >> Restore Default Settings
then enable USB debugging
Device supports x86, but APK only supports armeabi-v7a)
Sounds like you used an x86
image in the emulator.
Create a separate one. Choose "other images" tab to find arm devices, if you have to.
Or, run on an actual device. The repo you listed is meant to run on a Raspberry Pi 3 / ODroid, I think.
On my physical device, I started getting this. The fix was to go into Developer Settings and turn off and on USB debugging.
Try enabling Unknown Sources from Security Options. It worked for me.
adb kill-server
adb start-server
Its working for me on windows OS.