Android Question How do I compile an APK file so that I can share my App?

DonManfred

Expert
Licensed User
Longtime User
F5 does compile and install your app.
The APK is in the Objects folder.
Note that you should share your app only when compiled in Release Mode.
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
Previous version doesn't give this error per se.. But you may have changed the package name for the same app.
 
Upvote 0
Top