Android app crashes after SDK-tools update version (NoClassDefFound, tool version 22)

前端 未结 9 1918
伪装坚强ぢ
伪装坚强ぢ 2020-11-30 03:38

I have just updated my android SDK tools to the newly released version (tools version 22, platform tools version 17)

java.lang.NoClassDefFoundError
         


        
9条回答
  •  借酒劲吻你
    2020-11-30 04:39

    I had similar issue, following two steps fixed it:-

    1. Java Build Path -> Order and Export tab.

    2. Then "Project -> Clean".

提交回复
热议问题