WARN/ActivityManager(78): Launch timeout has expired, giving up wake lock! -> what is this

前端 未结 4 1696
别那么骄傲
别那么骄傲 2020-12-11 13:41

As the title indicates i get this \"error\" when running my little app:

WARN/ActivityManager(78): Launch timeout has expired, giving up wake lock!

4条回答
  •  北海茫月
    2020-12-11 14:16

    Check if you don't have 2 or more Eclipse IDEs open (if that is your IDE of choice). It is possible that one of those is taken control over the parts of the ADB and refusing the others access. In my case, I experienced the same error, but when I closed every other Eclipse instance, the app started in debug mode immediately.

提交回复
热议问题