android eclipse updated and now app crashes when it trys to run

前端 未结 2 2000
梦毁少年i
梦毁少年i 2021-01-23 02:14

My app was working and I did not change a single thing in the source code. Eclipse updated and now when I try to run the app it doesn\'t open and that error messages shows up wh

相关标签:
2条回答
  • 2021-01-23 03:04

    I've run into the same issue whether I have 3rd party JARs or not. As sastraxi says, when this is a result of a 3rd party JAR, fixing the build path often fixes things. I often find the most effective solution, however, is to click Project -> Clean. This realigns all resources and rebuilds the project according to whatever the new SDK's rules.

    Hope this helps,

    FuzzicalLogic

    0 讨论(0)
  • 2021-01-23 03:10

    If you have third-party JARs in your project, then I experienced the same thing this morning. You can verify this (poor choice of words, I know) if your LogCat shows a VerifyError with no helpful information as the cause of the problem.

    The solution that worked for me was to check these items in Project Properties > Java Build Path > Order and Export.

    abc

    If this doesn't help, can you post the LogCat output?

    0 讨论(0)
提交回复
热议问题