Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UWB Sample Crashes App During Ranging #298

Open
AtifAmin117 opened this issue Oct 27, 2023 · 1 comment
Open

UWB Sample Crashes App During Ranging #298

AtifAmin117 opened this issue Oct 27, 2023 · 1 comment

Comments

@AtifAmin117
Copy link

When attempting to initiate ranging between two devices using the UWB sample, the application crashes when receiving the signal from one of the devices. The error message received is:

java.lang.IllegalArgumentException: Illegal API call was received.

Steps to Reproduce:

Launch the UWB sample application.
Initiate ranging between two UWB devices.
Observe the application crash when receiving the ranging signal on one of the devices.

Expected Behavior:

The UWB sample application should successfully complete ranging between the two devices without crashing.

Environment:

Android version: Android 13
Device model:Samsung Galaxy S21 plus, Samsung Galaxy S22
UWB SDK version: implementation 'androidx.core.uwb:uwb:1.0.0-alpha05'

Screenshots/Logs:

Screenshot at Oct 26 17-39-49
@Plinzen
Copy link

Plinzen commented Mar 19, 2024

Hi,

upgrading to latest jetpack uwb library solved the issue for me:

implementation 'androidx.core.uwb:uwb:1.0.0-alpha08'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants