I'm running android studio on linux mint cinnamon 18, when running the app the emulator opens up and works but the app won't open and android studio keeps saying waiting for target device to come online until it times out, any one know how to get the app running on the avd? I can get it working on my actual device, Any and all help appreciated!
Asked
Active
Viewed 581 times
0
-
this may help you https://stackoverflow.com/questions/42816127/waiting-for-target-device-to-come-online – May 26 '17 at 12:30
-
Hi, I've already have had a look at a lot of these posts and none of them have the same issue as me, tried all their suggestions too and it hasn't worked, thinking of doing a fresh install of android-studio – Kieran Rippy Thompson May 26 '17 at 12:37
-
it is mainly caused due to low ram and old processors. – Karthick Anbazhagan May 26 '17 at 13:52
-
have you compare minSdkVersion with you avd device? Is it support ? – ashish Jun 01 '17 at 13:09
1 Answers
0
I found the solution, android-studio was using api 25 and i was running api 24, so when running the emulator it would only search for 24 (the api i had chosen on the phone)

Kieran Rippy Thompson
- 49
- 1
- 6