Papaa
Papaa

Reputation: 108

Can't run my app on android studio

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 androidtitle for another 5 minutes.This is what i get.this is that i get

But i don't know where is my app?

Upvotes: 0

Views: 750

Answers (2)

Vijai
Vijai

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

enter image description here

Upvotes: 1

Code-Apprentice
Code-Apprentice

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

Related Questions