Skip to content

Small utility for detecting if your app is running on emulator, or real device.

License

Notifications You must be signed in to change notification settings

gingo/android-emulator-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android EmulatorDetector

Small utility for detecting if your app is running on emulator, or real device.

Usage is as simple as calling:

EmulatorDetector.isEmulator();

You can print all parameters from android.os.Build used to determine if you are on device or emulator:

EmulatorDetector.logcat();

The same as String:

EmulatorDetector.getDeviceListing();

Installation

Download jar archive and attach it as a project library:

https://github.com/gingo/android-emulator-detector/raw/master/emulator_detector_v0.1.0.jar

About

Small utility for detecting if your app is running on emulator, or real device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages