Reputation: 21
just signed up to this site hoping that someone can help me out with this.
.
the run log has the following message:
D:\Users\Owner\AppData\Local\Android\android-sdk\tools\emulator.exe -avd Default_Nexus_5 -netspeed full -netdelay none
The event log as the following message:
11:23:26 PM Gradle build finished in 6 sec
11:24:40 PM Gradle build finished in 1 sec
Can someone tell me what did I do wrong?
Upvotes: 2
Views: 745
Reputation: 4401
You might need to install Intel Hardware Accelerated Execution Manager (HAXM) via Tools -> Android-> SDK Manager
.
You shouldn't need to restart Android Studio after this. Just build, run and choose to launch the emulator.
Upvotes: 1
Reputation: 516
Use Genymotion-THE FASTER ANDROID EMULATOR instead,it actually takes less time than emulator takes to launch and run an application
Upvotes: 2
Reputation: 231
You can check in setting that there is an option saying that the minimum android level it needs to run. The problem is that the emulator'a level is lower than the complies version. You can check in setting. Forgot where
Upvotes: 0