0

How to fix this ?

enter image description here

C:\sdk\tools\emulator.exe -avd Nexus_5_API_21 -netspeed full -netdelay none emulator: device fd:504 HAXM is working and emulator runs in fast virt mode emulator: emulator window was out of view and was recentered emulator: UpdateChecker: skipped version check

John Joe
  • 12,412
  • 16
  • 70
  • 135

2 Answers2

0

Use this path C:\Users\seng\.android\avd in this go to your Emulator folder which is Nexus_5_API_21.avd edit the file **emulator-user & set the window.x = 0 window.y = 0 or try with assigning your edits. [Suggestions: window.x = 925 window.y = 61] .

Hope this helps!

Ashwamegh
  • 168
  • 8
0

use Genymotion. It is easy to integrate with android studio and is fast as compare to AVD.

Dev
  • 78
  • 1
  • 13