Java.lang.verifyerror how do I fix or even find out the root cause?

前端 未结 4 1208
走了就别回头了
走了就别回头了 2020-12-03 22:26

\"enterCurrently going through a nightmare attempting to fix a java.lang.verifyerror, was havi

4条回答
  •  既然无缘
    2020-12-03 23:21

    If the answer by @G. Blake Meike doesn't work for you for whatever reason, here's another way of fixing it.

    1. Right Click Project > Build Path > Configure Build Path
    2. Click on Android on left
    3. On right select any other Target Name/API other than 4.2.2 since it seems that's with problems.
    4. Hit OK (At this point it rebuilds your projects with the selected API)
    5. Run the Application

    Hope that helps.

提交回复
热议问题