gacuxz
gacuxz

Reputation: 161

Android SDK. Can't start AVD

Problem: I'm using only command line tools. AVD just worked fine some time ago. Now with various configurations I get only "Starting emulator for AVD..." which simply closes without any error messages and leaving emulator.exe in Task Manager for eternity.

What I've tried:

emulator:Found AVD name 'jkll' emulator:Found AVD target architecture: arm emulator:Auto-config: -engine classic (arm default) emulator:Looking for emulator-arm to emulate 'arm' CPU emulator:Probing program: C:\Soft\Android\android-sdk\tools/emulator-arm.exe emulator:return result: C:\Soft\Android\android-sdk\tools/emulator-arm.exe emulator:Found target-specific 32-bit emulator binary: C:\Soft\Android\android-sdk\tools/emulator-arm.exe emulator:Adding library search path: 'C:\Soft\Android\android-sdk\tools/lib' emulator: Found directory: C:\Soft\Android\android-sdk/add-ons\addon-google_apis-google-17\images\armeabi-v7a\ emulator: Found directory: C:\Soft\Android\android-sdk/add-ons\addon-google_apis-google-17\images\armeabi-v7a\

Configuration I am working on:

Any suggestions? TY.

Upvotes: 4

Views: 8071

Answers (3)

tapas nayak
tapas nayak

Reputation: 71

I tried all the mentioned solutions. But strangely, I reduced my windows 10 laptop's resolution (from 3840 x 2160 to 1360 x 768) and it worked.

Upvotes: 2

Honghe.Wu
Honghe.Wu

Reputation: 6819

After changed the CPU of my computer and updated sdk, I encounter this problem too.

Now I temporarily solve the problem emulator-x86 I get an error about missing Qt5Core.dll, Qt5Widgets.dll and Qt5Gui.dl:

copy *.dll files in sdk\tools\lib\qt\lib to sdk\tools where the emulator-x86.exe in.

Upvotes: 0

PN10
PN10

Reputation: 1958

With your verbose I found you are using arm architecture devices.As you are using i5 processor,Windows10 x64 I would Suggest you to use x86 or x86-64 architecture for your devices for this you have to Install Intel x86 Emulator Accelerator (HAXM) from SDkManager.

Hope this helps let me know.

Upvotes: 0

Related Questions