Reputation: 108
I have downloaded android studio and now i am trying to run an app.I haven't changed anything in code or design.I am using version 2.2.2
When i click on run it gives me an error
init: Could not find wglGetExtensionsStringARB!
But emulator opens.Then there is blank black screen for 2-3 minutes,then android
title for another 5 minutes.This is what i get.
But i don't know where is my app?
Upvotes: 0
Views: 750
Reputation: 1137
What you're running is Android version 7.1 (Nougat MR1). You can see the list of apps (app drawer) by clicking on the small ^
(caret) icon above the opaque area highlited as a red circle in the picture below
Upvotes: 1
Reputation: 83587
emulator opens.Then there is blank black screen for 2-3 minutes,then androidtitle for another 5 minutes.
This is normal. You should wait until the emulator fully boots and run your app again. If your development computer has an Intel processor, be sure to install HAXM. It will greatly increase the speed of the emulator.
Upvotes: 0