I have been trying to connect Android Studio to a device, but have not been successful. No matter which device I use, none of them are recognizable by Android Studio. I have tried following the official tutorial of running your app, this Stackoverflow post as well as this one. I then tried to connect to Bluestacks using this tutorial. None of the above links work for me. ADB does recognize the devices I have been using (Bluestacks and my Huawei Y7 Pro). Any idea of how I can get Android Studio to recognize a device?
Asked
Active
Viewed 158 times
1 Answers
0
I managed to solve this issue:
- I went back and retraced my steps. I noticed this error on the console: Error
- I then researched this error and found this solution:
- Click on 'File' on the top left corner of Android Studio editor.
- Select 'Settings'.
- Select 'Kotlin Compiler' from the left.
- Make sure 'Language version' and 'API version' is set to 'Latest stable (1.3)'
- Make sure 'Target JVM version' is set to '1.8' (this was the problem in my case).
- Wait for a while.
- And if you haven't yet configured developer mode on your device then follow this tutorial.

Meeth
- 99
- 1
- 10