IntelRealSense / RealSenseID

Intel® RealSense™ ID SDK
https://intelrealsense.com/facial-authentication/
Apache License 2.0
98 stars 56 forks source link

libusb1.0.so missing and no known rule to make it #135

Closed Papiryk closed 2 years ago

Papiryk commented 2 years ago

Hi,

I am trying to build the Realsense ID app using android wrapper. After many errors and troubles I've finally managed to get successful Gradle sync. But when I try to run AssembleRelease or build or any other Gradle task, I get this error:

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

2: Task failed with an exception.

BUILD FAILED in 1s 12:47:11: Task execution finished 'assembleRelease'.

I tried to search for the solution, but I couldn't find anything, nor I could find anything about libusb1.0.so file.

I would truly appreciate any help. Thank you.

RealSenseSupport commented 2 years ago

You can copy the libraries from pre-built android sdk package. for example, https://github.com/IntelRealSense/RealSenseID/releases/download/v0.25.0/rsid_sdk_v0.25.0_android.zip

Papiryk commented 2 years ago

@RealSenseSupport It's working! Thank you so much!