I have a Task defined in a class. Fatal exception \"NoClassDefFoundError\" is happening on following line
MyCuteTask myTask = new MyCuteTask(equations)
Asynctask was added in API level 3. Please verify one by checking the same code with API 3. If it disappears, there is your problem