NoClassDefFoundError - Android 2.3.X

后端 未结 5 397
闹比i
闹比i 2021-01-07 09:40

I have a Task defined in a class. Fatal exception \"NoClassDefFoundError\" is happening on following line

MyCuteTask myTask = new MyCuteTask(equations)
         


        
5条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-07 10:26

    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.

提交回复
热议问题