-
Notifications
You must be signed in to change notification settings - Fork 82
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
When matching, "OSStatus 200500" error is returned #144
Comments
It's never worked on Android. There was a contribution in #116 to resolve this, but the contributor appears to have abandoned the effort. |
I get an "OSStatus 200500" error too,I think this error is not related to Android |
I solved this problem! My device get "OSStatus 200500" because this exception:
I check my project and find my gradle configuration is that:
fix the first exclude:
by the way, slf4j is not work good in Android,so this problem is too hard to find reason,util I find slf4j for android, so if we want run this project in Android, recommend replace slf4j. |
Hello, I started to run this existing library on an android application. But I have some problems.
The first one works for android API 28 and above, this library does not work for lower versions.
Second, I developed an application in API 28 version. I can show myself as bridge in IOS Homekit application. but
When I match, enter the password and click the next button, I get an "OSStatus 200500" error.
The text was updated successfully, but these errors were encountered: