不知道是否是系统的原因啊,之前不会出现这个问题的。昨天整了一天,我的系统是64位的,把SDK和ADT都更新了依旧在打包时报如下错误:
Exportabortedbecausefatallinterrorswerefound.ThesearelistedintheLintView.EitherfixthesebeforerunningExportagain,orturnoff"Runfullerrorcheckwhenexportingapp"intheAndroid>LintErrorCheckingpreferencepage.
解决方法如下:
选择Project->Properties,弹出“Propertiesfor******”对话框,在这里******为你的项目名称。然后选择AdnroidLintPreferences->ConfigureWorkspaceSettings...,弹出Preferences(Filtered)对话框,将"Runfullerrorcheckwhenexportingappandabortiffatalerrorsarefound"前的勾去掉,点击Apply再点击OK.
这时回到项目右击选择AndroidTools->CleanLintMarkers,待项目自己更新完成即可。
这时就可以打包了。
此问题参照http://stackoverflow.com/questions/8590908/android-export-aborted-because-fatal-error-were-founds解决。