Integration Issues
Gradle dependency installation fails
Gradle dependency installation fails
Problem: Errors occur when installing SDK using Gradle.Solutions:
- Check if Gradle version meets requirements (7.0+)
- Clean cache and reinstall:
- Check network connection and repository configuration
- Ensure you have the correct repository in your
build.gradle:
- Use the latest stable Gradle version
- Regularly update dependencies
- Use the same Gradle version in CI/CD
Runtime Issues
Avatar loading fails
Avatar loading fails
Problem: Avatar file loading fails, showing error messages.Possible causes:
- Network connection issues
- Incorrect avatar ID
- Avatar resource format not supported
- Cache corruption
- Check network connection status
- Verify avatar ID is valid
- Check Logcat for error messages
- Clear cache and retry:
WebSocket connection fails
WebSocket connection fails
Problem: WebSocket connection cannot be established.Solutions:
- Check network connection
- Confirm
sessionTokenis set correctly - Check firewall and security settings
- View Logcat error messages
Feature Questions
What audio formats are supported?
What audio formats are supported?
Solution:
Only 16-bit mono PCM data is supported at the moment.
How to manage cache?
How to manage cache?
Solution:
Use AvatarManager cache management APIs.

