# happylishang/AntiFakerAndroidChecker

设备指纹 获取真实的IMEI AndroidId 序列号 MAC地址等，Android模拟器检测，检测Android模拟器 ，作为可信DeviceID，应对防刷需求等                  Android设备指纹  How to detect Android emulator

Repository: https://github.com/happylishang/AntiFakerAndroidChecker
Canonical: https://ross.abutalabs.com/products/antifakerandroidchecker
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2023-12-13T02:30:58+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3317, "days_push": 995, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1491, forks 302 (observed 2026-08-28T04:04:52.558281+00:00)

## What it is
An Android library that detects whether the app is running on an emulator and retrieves relatively authentic device identifiers (IMEI, AndroidId, serial number, MAC address) for device fingerprinting. It uses native and hidden-API techniques to resist hooking frameworks like Xposed.

## Use cases
- detect android emulator in my app
- get real device imei and android id
- device fingerprint for anti-fraud checks
- prevent fake device spoofing in android app
- block emulator users from signing up
- get trusted device id on android

## When to choose
- you need emulator detection to fight bot or fake-account abuse on Android
- you need a device fingerprint as a trusted DeviceID for risk control
- you want identifier retrieval that resists Xposed hooking via native code

## When to avoid
- your app targets Android 10+ and you lack system privileges - IMEI, serial, and MAC are restricted
- you need cross-platform (iOS/web) device fingerprinting
- you expect frequent updates - the project is in maintenance mode

## Facets
- artifact type: library
- maturity: maintenance
- function: security, sdk, developer-tools
- domain: android-tools, security, mobile-development
- platform: jvm
- tags: device-fingerprinting, emulator-detection, anti-fraud, android, imei, anti-cheat

## Member repositories
- happylishang/AntiFakerAndroidChecker (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:52.558281+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:33:34.394841+00:00, confidence not recorded.
  - readme: https://github.com/happylishang/AntiFakerAndroidChecker (fetched 2026-08-28T04:04:52.558281+00:00, sha c16d004e30dc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
