Android項(xiàng)目啟動(dòng)時(shí),報(bào)以下錯(cuò)誤 :
The library 'SocialSDK_QQZone_2.jar' contains native libraries that will not run on the device.
The following libraries were found: assets/libwbsafeedit.so
解決方法:
修改eclipse的配置如下,去除勾選Force error when external jars contain native libraries

在網(wǎng)上查這個(gè)問題時(shí),很多文章指出需要將Skip packaging and dexing until export or launch.也去除勾選,其實(shí)是不需要的。
這個(gè)選項(xiàng)的意思是:如果勾選,則在你每次修改完代碼后,eclipse不會(huì)自動(dòng)幫你生成apk文件,直到導(dǎo)出或運(yùn)行項(xiàng)目時(shí)。所以此項(xiàng)勾選,在coding時(shí)eclipse不用自虐的去一直生成apk,推薦勾選上。