“Unable to instantiate activity” error

后端 未结 6 1230
别跟我提以往
别跟我提以往 2021-02-05 03:39

One of my Android apps has about 100,000 users and, about 10 times a week, I get the following exception being reported to me via Google\'s market tool:

java.lan         


        
6条回答
  •  甜味超标
    2021-02-05 04:10

    It may happen that the app works fine on your eclipse and mobile, when you install it from eclipse but may crash when in the market (Happened to me), if the same happens to you, there are 2 things you need to do and you will get out of this situation.

    1. Clean the project and rebuild. (Using Project-Clean)
    2. Delete and re-include the libraries, if any.

提交回复
热议问题