NoClassDefFoundError: android/support/v4/content/LocalBroadcastManager

前端 未结 7 1705
甜味超标
甜味超标 2020-12-18 17:37
  • Platform: MonoDroid v4.2.4
  • IDE: Visual Studio 2012
  • Minimum SDK version: API 12

I\'m having runtime issues when trying to utilize th

相关标签:
7条回答
  • 2020-12-18 18:02

    I had this error with android facebook integration.The reason was I had android-support-v4.jar library added to my project. Facebook sdk has already support library. So delete support library both from libs and from java build path If you are using a library already has support library in it.

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