java.lang.NoClassDefFoundError: com.applovin.sdk.AppLovinSdk

前端 未结 2 1526
盖世英雄少女心
盖世英雄少女心 2020-12-04 04:07

Hi I get the following exception: 06-10 10:53:36.643: E/AndroidRuntime(10415): java.lang.NoClassDefFoundError: com.applovin.sdk.AppLovinSdk I imported the exter

相关标签:
2条回答
  • 2020-12-04 04:40

    There is a bug in ADT 22. If you use this you have to check the Android Private Libraies in the Order and Export tab in Preferences/Java Build Path.

    You can read about this in detail here:

    Libraries do not get added to APK anymore after upgrade to ADT 22

    0 讨论(0)
  • 2020-12-04 04:42

    project right click properties-> Java BuildPath select Library and add external .jar the follow these step.

    Go to Project->Properties->Java Build Path than select Order and export tab. Set external .jar library checked and up it into top of the list. And clean and rebuild..It works for most of the cases

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