简体   繁体   English

通过Java Eclipse进行Android开发:我正在导出,但未导出为.apk文件

[英]Android Development via Java Eclipse: I am Exporting But It Is Not Exporting As .apk file

I am fairly new to Java android development and have exported my apps in the past as .apk files however today, it is exporting it as an unknown file to me. 我对Java android开发相当陌生,过去将我的应用程序导出为.apk文件,但是今天,它会将其作为未知文件导出给我。 I really need the .apk file. 我真的需要.apk文件。 Can anyone help? 有人可以帮忙吗? Thanks, 谢谢,

右键单击您的项目,然后单击Android工具>导出签名的应用程序包。

通常您可以将.apk添加到文件名中,我会正常工作

If your project builds than you just have to go into the bin folder of your project (via Explorer) and grap the .apk. 如果您的项目要构建,则只需进入项目的bin文件夹(通过资源管理器)并抓取.apk。 (Of course this is not officially signed but good for testing) (当然这不是正式签署的,但很适合测试)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM