標籤:android style http io for 問題 ar app
原文地址:http://hi.baidu.com/xiaoxuevip/item/b8e631c3d429980fc710b2f0
不知道是否是系統的原因啊,之前不會出現這個問題的。昨天整了一天,我的系統是64位的,把SDK和ADT都更新了依舊在打包時報如下錯誤:
Export aborted because fatal lint errors were found. These are listed in the Lint View. Either fix these before running Export again,or turn off"Run full error check when exporting app" in the Android > Lint Error Checking preference page.
解決方案如下:
選擇Project->Properties,彈出“Properties for ******”對話方塊,在這裡******為你的項目名稱。然後選擇Adnroid Lint Preferences->Configure Workspace Settings...,彈出Preferences(Filtered)對話方塊,將"Run full error check when exporting app and abort if fatal errors are found "前的勾去掉,點擊Apply再點擊OK.
這時回到項目右擊選擇Android Tools->Clean Lint Markers,待項目自己更新完成即可。
這時就可以打包了。
此問題參照http://stackoverflow.com/questions/8590908/android-export-aborted-because-fatal-error-were-founds解決。