Android: NoClassDefFoundError for some app users

后端 未结 2 1767
Happy的楠姐
Happy的楠姐 2020-12-20 05:44

I published an app 2 moths ago and sometimes, I am getting some errors from the users.

Here is the log:

java.lang.NoClassDefFoundError: android.os.St         


        
2条回答
  •  青春惊慌失措
    2020-12-20 06:00

    Strict Mode was introduced in API level 9, and you've got 8 set as your minimum in the manifest. These are probably from users running 2.2.x (API level 8).

提交回复
热议问题