InAppbrowser not working in Android Emulator

Hi
I am working on app where I am using InAppbrowser.
InAppbrowser not opening in app and it ask me choose between browsers which are installed on emulator.
My ionic info

Ionic:
ionic (Ionic CLI) : 4.10.2
Ionic Framework : @ionic/angular 4.0.0
@angular-devkit/build-angular : 0.12.4
@angular-devkit/schematics : 7.2.4
@angular/cli : 7.2.4
@ionic/angular-toolkit : 1.3.0

Cordova:

cordova (Cordova CLI) : not installed
Cordova Platforms : not available
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 3.1.2, (and 5 other plugins)

System:
Android SDK Tools : 26.1.1
NodeJS : v10.15.1
npm : 6.4.1
OS : Windows 10

what is the error you are getting?

Code for open link in InAppBrowser:

const browser = this.inAppBrowserRef.create(this.api_url,’_blank’,{location:‘no’,toolbar:‘no’});
browser.show();
Testing Environment: Android Emulator

Expected result : It should open link in Appbrowser inside app itself.

Actual Result after click on link it tells to choose from browser (like chrome and
webview tester)
I am doing this for oauth2 implmentation

can you debug your emulator from chrome and can you observe any error/warning during the process of click event to inapp browser? This could be platform ready issue…

Facing different issue now.
Initially with my ionic info I found
cordova (Cordova CLI) : not installed
Cordova Platforms : not available

so I installed using npm install -g cordova.
After this it shows
cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 7.1.4
Cordova Plugins : not available
Now when I trying
ionic cordova build android it shows blank screen on emulator and app not opening.
also downgrade cordova version but same issue persist.
its very confusing.

My current Ionic info
Ionic:
ionic (Ionic CLI) : 4.10.2
Ionic Framework : @ionic/angular 4.0.0
@angular-devkit/build-angular : 0.12.4
@angular-devkit/schematics : 7.2.4
@angular/cli : 7.2.4
@ionic/angular-toolkit : 1.3.0

Cordova:
cordova (Cordova CLI) : 7.1.0
Cordova Platforms : android 7.1.4
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 3.1.2, (and 5 other plugins)

System:
Android SDK Tools : 26.1.1
NodeJS : v10.15.1
npm : 6.4.1
OS : Windows 10

Tried with new project and it worked.

Can anyone suggest me KO player or Nox player 6 emulator which one is more compatible in windows pcs??

Try genemotion emulator

I read a post https://techifacts.com/android-emulators-2020/ where i found some useful info. about genymotion like we can run a pilot before gong live. But the problem is it can’t be run inside a virtual machine, because virtualbox can’t pass on OpenGL support.