David Elliott
David Elliott

Reputation: 113

Exporting an Android file into a binary file

I'm trying to put an Android app in the Amazon app store, and they require a binary file. How do I compile my app into a binary file to upload?

Upvotes: 0

Views: 100

Answers (1)

Fahim
Fahim

Reputation: 12378

Hey you don't really have to convert the apk into the binary file separately. In the binary tab section you need to upload the apk and has to fill the necessary information. Refer this link for more info

Upvotes: 1

Related Questions