java.lang.UnsupportedOperationException when my splash screen starts

后端 未结 3 1983
青春惊慌失措
青春惊慌失措 2021-01-25 20:07

When my splash screen starts i get tis error in logcat:

11-06 02:36:45.450: E/global(4184): Deprecated Thread methods are not supported.
11-06 02:36:45.450: E/gl         


        
3条回答
  •  情深已故
    2021-01-25 20:16

    thread.stop() is deprecated method so you have to remove that line from your code.
    

提交回复
热议问题