ERROR : java.lang.NoClassDefFoundError: android.support.v4.content.LocalBroadcastManager [duplicate]

醉酒当歌 提交于 2019-11-29 03:13:01

Did you mark the checkboxes for required libraries in order and export tab

look at this Post

With SDK update to v22, the android dependencies and the android private libraries (v4, v7) are seperated into two different paths.

Make sure that all the libraries(of the main project) and the main project has "Android Private Libraries"(android cores) and the "Android Dependencies"(other libraries that particular project is dependent upon) is checked.

To do that, right click on the project, goto properties, select "Java Build Path" from the left panel, and in "Order and Export" tab, select the two.

thank you

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!