fingerprintjs / fingerprintjs-android

Swiss army knife for identifying and fingerprinting Android devices. MIT license, no restrictions on usage in production.
https://fingerprint.com/github/
MIT License
586 stars 84 forks source link

SIGSEGV (signal SIGSEGV: invalid address (fault address: 0x0)) #31

Closed ergo-notch closed 3 years ago

ergo-notch commented 3 years ago

The library returns me this error & crash the app: SIGSEGV (signal SIGSEGV: invalid address (fault address: 0x0))

Captura de Pantalla 2021-05-28 a la(s) 14 53 57

Alexey-Verkhovsky commented 3 years ago

Hello! Can you provide following information about the bug?

  1. Device
  2. Android version
  3. Library version
  4. Logcat output
  5. Circumstances, steps to reproduce
Alexey-Verkhovsky commented 3 years ago

Hey, I assume this is related to this bug in the material-design library, which appeared in the version 1.3. It happens only in API levels lower than 21. For solving the problem decrease the material design library version to 1.2.1, or increase minAPI level to 21 (The latest release of fingerprint-android library has minAPI level 21)

If this doesn't help, please, reopen the issue and provide additional information listed above.

Thanks!