NoClassDefFoundError - Android 2.3.X

后端 未结 5 399
闹比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:36

    This is an inner class please refer how to access the inner class object through outerclass else define your Myclass outside the Mainclass

提交回复
热议问题