1、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.
导出签名apk时报错解决办法:
把Run full error check when exporting app前面的勾去掉就可以了
2、没有生成keystore文件(苦恼了我一晚上)
Location:如果只是声明store名字不指向完全路径的话,不会生成keystore文件,
只有声明全路径才会找到路径生成keystore文件。