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

Unable to install #6

Open
VMBindraban opened this issue Nov 11, 2024 · 4 comments
Open

Unable to install #6

VMBindraban opened this issue Nov 11, 2024 · 4 comments

Comments

@VMBindraban
Copy link

VMBindraban commented Nov 11, 2024

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:processSomeAppDebugResources'.
> Could not resolve all dependencies for configuration ':app:someappDebugRuntimeClasspath'.
   > Could not find com.github.felHR85:UsbSerial:6.1.0.
     Searched in the following locations:
       - https://oss.sonatype.org/content/repositories/snapshots/com/github/felHR85/UsbSerial/6.1.0/UsbSerial-6.1.0.pom
       - https://repo.maven.apache.org/maven2/com/github/felHR85/UsbSerial/6.1.0/UsbSerial-6.1.0.pom
       - https://dl.google.com/dl/android/maven2/com/github/felHR85/UsbSerial/6.1.0/UsbSerial-6.1.0.pom
       - https://www.jitpack.io/com/github/felHR85/UsbSerial/6.1.0/UsbSerial-6.1.0.pom
     Required by:
         project :app > project :serserm_react-native-turbo-serialport

Using V2.2.1.

@VMBindraban
Copy link
Author

VMBindraban commented Nov 12, 2024

When changing the build.gradle to implementation "com.github.felHR85:UsbSerial:6.0.6" it works.

@Shakahs
Copy link

Shakahs commented Nov 12, 2024

The upstream Android serial dependency is somewhat broken:
felHR85/UsbSerial#375

@scalhoun
Copy link

scalhoun commented Nov 15, 2024

Would dropping to com.github.felHR85:UsbSerial:6.0.6 cause any issues with the event listeners?

I can connect and write data but none of the event listeners from the examples are triggering properly.

Just for context I'm still using expo: "~50.0.17"

@VMBindraban
Copy link
Author

Would dropping to com.github.felHR85:UsbSerial:6.0.6 cause any issues with the event listeners?

I can connect and write data but none of the event listeners from the examples are triggering properly.

I noticed that some events are not triggered, i am not sure if it's the device fault or not.

For example i only get a respond when the tv source is changed when using serial.
I do get a response when the tv turns on. (remote or serial)

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

3 participants