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

JNI not found in new Version #1

Open
lucas2412 opened this issue Nov 15, 2019 · 1 comment
Open

JNI not found in new Version #1

lucas2412 opened this issue Nov 15, 2019 · 1 comment

Comments

@lucas2412
Copy link

lucas2412 commented Nov 15, 2019

Hello,

I saw that you updated some things which I tried out.

The first thing I noticed is that in the new version my gradle can't resolve the JNA dependency.
When I run the command gradlew app:dependencies im getting following result.
+--- co.libly:hydride-android:0.1.3 It says the lib has no dependencies which is weird.

In the old version the JNA dependency could be resolved normally.

+--- com.github.libly:hydride-android:0.1.1
|    \--- net.java.dev.jna:jna:5.4.0

Following that my project won't even compile because it can't find com.sun.jna.Native;

@gurpreet-
Copy link
Collaborator

Hi @lucas2412,

I updated the project to use Bintray and jCenter rather than JitPack. I just tried maven { url "https://dl.bintray.com/libly/maven" } in a fresh project and it worked.

Please find the updated instructions in the readme. If that does not work then please post back here again.

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