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

Implementation problem in android studio #383

Open
samrakchan opened this issue Jun 11, 2024 · 5 comments
Open

Implementation problem in android studio #383

samrakchan opened this issue Jun 11, 2024 · 5 comments

Comments

@samrakchan
Copy link

Strange issue, implementing the project directly via GitHub is not working:

implementation ("com.github.ytai.ioio:IOIOLibAndroidBluetooth:6.3")
implementation ("com.github.ytai.ioio:IOIOLibAndroidAccessory:6.3")
implementation ("com.github.ytai.ioio:IOIOLibAndroidDevice:6.3")

However, it works if the AAR files are placed in the lib folder:

    implementation files("libs/IOIOLibAndroidAccessory-release.aar")
    implementation files("libs/IOIOLibAndroidBluetooth-release.aar")
    implementation files("libs/IOIOLibAndroidDevice-release.aar")
@samrakchan
Copy link
Author

IOIO_issue

@hannesa2
Copy link
Collaborator

What's the definition of "Implementation problem" ?

@samrakchan
Copy link
Author

Hi @hannesa2,

I thought I had provided enough context in my previous comments regarding the issue. Apologies if it was insufficient. Let me clarify:

I am having trouble using the dependency with this implementation:

implementation "com.github.ytai.ioio:IOIOLibAndroidBluetooth:6.3"

It doesn't work. However, it does work when I download the AAR file and use it like this:

implementation files("libs/IOIOLibAndroidBluetooth-release.aar")
Could you please check the screenshot I uploaded in my previous comment for more details?

Thank you!

@hannesa2
Copy link
Collaborator

hannesa2 commented Jun 12, 2024

I see IOIOLibCore is not published and necessary.
Please see #386
https://jitpack.io/#ytai/ioio/PublishLibCore-SNAPSHOT

@hannesa2
Copy link
Collaborator

Sorry, at least I didn't found a solution.

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