Error when trying to export android project to apk

爱⌒轻易说出口 提交于 2019-12-12 02:57:56

问题


I cannot resolve this problem and I am here for help. When I try to export my android project to apk in eclipse (any way - by exporting signed or unsigned application project) I'm receiving an error -

"Failed to export application Command-line Error -1073741816 ". 

I have all the tools provided from google (SDK, ADT etc. from this one package - http://developer.android.com/sdk/index.html ). I read here that this is a java 7 problem - so, I reinstalled it to java 6, changed settings in eclipse preferences and this doesn't helped. Another step was installing eclipse from eclipse website, and separately SDK from google and ADT. Doesn't help. Any ideas?


回答1:


In Eclipse, go to Project -> Build Automatically and uncheck it. Then, try to export again using the Android Tools.



来源:https://stackoverflow.com/questions/15200238/error-when-trying-to-export-android-project-to-apk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!