java - Android: Timed out error while waiting for emulator to come online in mac? -


i found related post. have simple app displays button on screen. use mac os, latest android studio, , java 8. can launch android without app, android: timed out after 300seconds waiting emulator come online error app. simulator setting 1 gb ram, 512 vm heap, nexus 5x, marshmallow (android 23). how can identify problem , app run without reinstall everything?

from console:

/users/me/library/android/sdk/tools/emulator -netdelay none -netspeed full -avd nexus_5x_api_23 hax enabled hax ram_size 0x40000000 hax working , emulator runs in fast virt mode. console on port 5554, adb on port 5555 

from app console:

06/10 19:25:48: launching app error while waiting device: timed out after 300seconds waiting emulator come online. 

try changing graphics option on avd manager software or try combinations.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -