-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[BUG] Android Sample app throws UnsatisfiedLinkError on QrCode read #28716
Comments
@yufengwangca please take a look, OnboardingPayload kotlin module is impacting android chip-tool. |
@yunhanw-google once launched the sample app (ChipTool) press "SCAN QR CODE" or "PROVISION CHIP DEVICE WITH WI-FI" button. I have successfully built the ChipTool project via scripts but the libOnboardingPayload.so seems to not be generated. |
OnboardingPayload is completely implemented in kotlin, there is no libOnboardingPayload.so needed. |
It seems the Android ChipTool is still looking for libSetupPayloadParser.so |
Reproduction steps
While reading QrCode for device commissioning method parseQrCode(qrCode: String) of OnboardingPayloadParser throws java.lang.UnsatisfiedLinkError.
Details:
Bug prevalence
Every time A QrCode is scanned
GitHub hash of the SDK that was being used
7431a51
Platform
android
Platform Version(s)
1.0.0.2
Anything else?
No response
The text was updated successfully, but these errors were encountered: