Using Android Studio, how do I get a signed, non-debugging and archived APK?
So far I can get signed, but it is rejected because it is debugging it.
I can get apk without debugging, but it is rejected because it does not align in zip.
I can configure it, but then I can not download it because it is not signed.
Edit: I have to mention that I'm on the windows. Most of what I looked at is Linux based and makes it difficult to separate Linux paths from configuration paths.
Edit2: Things are currently paused. I updated Android Studio and killed everything because it comes with gradle 1.9 dependencies but does not install gradle 1.9 correctly. So I thought that download the full installer using gradle 1.9, but the download link will give me the version that I started working with. I know. I should have known better than updated, but given the problems that I thought the fix might contain.
Edit3: the problem is resolved. I have the full answer typed for publication, but SO will not let me publish it until tomorrow.
android android-studio android-gradle apk
m12lrpv Jan 02 '14 at 3:52 2014-01-02 03:52
source share