1

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.

Akshay
  • 2,506
  • 4
  • 34
  • 55

1 Answers1

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.