How to check Android OS version of bluestacks Emulator

There is an easier way of getting to know the android version without having to install any application.

There are some scripts (php/js) that can detect your android version while visiting websites:

Try; http://demo.mobiledetect.net/ Or; http://detectmobilebrowsers.com/


Open a browser in Bluestacks and go to http://demo.mobiledetect.net

I have tested this on multiple devices of which the Android version is known, and it is accurate. Currently responds to Bluestacks as v4.4.2 (Kitkat)


Install Terminal Emulator from Play Store, open the application and type:

getprop ro.build.version.release you will get something like: 4.4.4 for KitKat.

or getprop ro.build.version.sdk for getting the sdk version which will return 19