-
Notifications
You must be signed in to change notification settings - Fork 751
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
Couldn't load jnifftw3: findLibrary returned null #127
Labels
Comments
Should be fixed in the commit above. Let me know if you still have issues with that and thanks for reporting! |
With pleasure. |
You need to try with version 1.2-SNAPSHOT here. |
Don't worry. I have used JTransforms libruary to calculate FFT. |
This is fixed in the release! Thanks for reporting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to use FFTW library in my project. After reading some tutorials I did next - In Android Studio, Project Structure, Dependencies I have found this library. It uploaded pretty perfect. Some classes appeared in "External Libraries" of "Project". I have tried to use this code:
My method stumbles right on the first line Loader.load(fftw3.class);
I have imported import org.bytedeco.javacpp.; and import static org.bytedeco.javacpp.fftw3.;. The second import by the way is highlighted as anused.
It is obvious that compiler does not see the library because of unknown to me reason. Definitely I've missed something and more interaction with AS are demanded.
Can somebody more experienced give any kind of tutorial of adding library to project?
This is how my build.gradle file look like:
After adding
app crashes with these logs. I have cutted logs because of limitations of symbols
The text was updated successfully, but these errors were encountered: