简体   繁体   中英

Eclipse - Export Signed Application Package Not Producing APK

For some reason, when I try to export a signed application package using ADT tools, some kind of unspecified file type is produced instead of an APK. This only started just recently - before then, I had never had a problem like this. Anyone know what's wrong?

Does eclipse also exit when you have this problem?

I recently got issues with exporting signed packages myself but in my case eclipse would fail and shut down. Also there was no output at all (on os x). The problem seems to occur when working with several projects being signed that refer to a common library.

For me the solution is to do a clean build before exporting the signed package. A clean build of project and libraries.

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