天天看点

Apk签名时报错Export aborted because fatal lint errors were found

问题描述:

APK签名时报错如下

Export aborted because fatal lint errors were found.These are listed in the Problems 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.

解决办法:

Window-->Preferences-->Android-->Lint Error Checking-->去掉Run full error check when exporting app and abort if fatal errors are found选项前的勾号

参考资料:

<a target="_blank" href="http://blog.csdn.net/wojuedezhehenmafanya/article/details/8115066">http://blog.csdn.net/wojuedezhehenmafanya/article/details/8115066</a>

Thank you very much 

继续阅读