Exception when using jtransform in android - java.lang.NoClassDefFoundError: edu.emory.mathcs.jtransforms.fft.DoubleFFt_1D

偶尔善良 提交于 2020-01-05 05:10:14

问题


When I am using jTransform.

https://sites.google.com/site/piotrwendykier/software/jtransforms

with my app to perform FFT to my pcm data, I got the exception

java.lang.NoClassDefFoundError: edu.emory.mathcs.jtransforms.fft.DoubleFFt_1D

while I added the jtransform.jar in my app.And also update the build path.


回答1:


1.In Project properties -> Java build path -> Order and export, check all your added dependencies to be included with project class files.

2.Select Android Tools > Fix Project Properties

Than run your app. Its work perfectly.



来源:https://stackoverflow.com/questions/11845451/exception-when-using-jtransform-in-android-java-lang-noclassdeffounderror-edu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!