Android实战开发

1.1 Android模拟器识别

使用三方库CacheEmulatorChecker

仓库地址:https://github.com/happylishang/CacheEmulatorChecker

添加依赖:

1
implementation 'com.snail:antifake:1.4'

检测模拟器:

1
EmulatorDetectUtil.isEmulator(context)