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

前端 未结 9 1934
伪装坚强ぢ
伪装坚强ぢ 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:31

    Had the same issue as StylezSoft. To clarify even further, below is my Java Build Path from Eclipse after that I solved the issue (by ticking the android-support-v4.jar library)

    enter image description here

    Then I cleaned the Project (Project > Clean... > OK) and everything worked fine.

提交回复
热议问题