nexa-sdk
nexa-sdk copied to clipboard
[Android] License validation failed: Unable to write to license file
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:
- Run the Android demo.
- Download the OmniNeural-4B model (download succeeds).
- 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!