Android項目啟動時,報以下錯誤 :
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
在網上查這個問題時,很多文章指出需要將Skip packaging and dexing until export or launch.
也去除勾選,其實是不需要的。
這個選項的意思是:如果勾選,則在你每次修改完代碼后,eclipse不會自動幫你生成apk文件,直到導出或運行項目時。所以此項勾選,在coding時eclipse不用自虐的去一直生成apk,推薦勾選上。