您的位置:首页 > 移动开发 > Android开发

Android签名等问题(没有生成keystore文件)

2014-08-07 14:53 399 查看
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文件。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐