'Android Dependencies' 報錯,有紅叉

今天被坑死了,eclipse的Android Dependencies報錯紅叉,說我引用的第三方庫有問題,說我的bin missing掉了

這個時候我經過中文百度根本沒人解決坑成一逼,我想到了因爲用英文搜索 Android Dependencies is wrong,高票答案立刻解決問題。中文意思就是重新build一下,先close自己的project(因爲你引用有問題的庫所以先關掉),然後直接重新bulld一下有問題的第三方庫(其實這個庫不會報錯但是它其實已經丟失了bin),記住要Build Automatically,好,我們重新關聯這個庫。再clean一下自己的project。


61
Is there a bin folder in the com_facebook_android project? If not, the Facebook SDK wasn't built. Go to Project->Build Automatically and enable it.

假如幫助了你,請點贊

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章