简体   繁体   中英

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. I really need the .apk file. 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. (Of course this is not officially signed but good for testing)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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