I have a Task defined in a class. Fatal exception \"NoClassDefFoundError\" is happening on following line
MyCuteTask myTask = new MyCuteTask(equations)
I had the same problem and I have copied source code of the AsyncTask as MyAsyncTask into my project and extended from that class, now it works.