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!
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
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)