nexa-sdk icon indicating copy to clipboard operation
nexa-sdk copied to clipboard

[Android] License validation failed: Unable to write to license file

Open 970814 opened this issue 1 month ago • 0 comments

Hi, I’m seeing a license error when using the Android demo.

  • Repo: https://github.com/NexaAI/nexa-sdk/tree/main/bindings/android
  • Device: Xiaomi Pad 8 Pro
  • Android Gradle Plugin: 8.5.0
  • Demo code: not modified (only AGP version changed)

Steps:

  1. Run the Android demo.
  2. Download the OmniNeural-4B model (download succeeds).
  3. Tap Load.

Logcat shows:

License validation failed: validation failed: Unable to write to license file NexaSdk create() failed, error code: -100601

In /data/user/0/com.nexa.demo/files/models/OmniNeural-4B there is no license file and no nexa.manifest.

Is this expected, or is there any extra setup needed on Android (paths, permissions, license/token, etc.)? Thanks!

970814 avatar Nov 25 '25 09:11 970814