(Eclipse打包问题)Export aborted because fatal lint er
2019獨角獸企業重金招聘Python工程師標準>>>
原文地址: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解決。
轉載于:https://my.oschina.net/u/1014842/blog/297214
總結
以上是生活随笔為你收集整理的(Eclipse打包问题)Export aborted because fatal lint er的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: SectionIndexer中的getS
- 下一篇: 山东理工OJ【2121】数据结构实验之链
