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

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

    I had a similar issue after the upgrade. The problem in my case was that the android-support-v4.jar library had become unchecked in the Order and Export- list. Check + rebuild solved it for me.

    The error manifested itself by crashing the app when opening a dialog with a Facebook LoginButton widget on it.

提交回复
热议问题