Chapter 13. Publishing Your Game

The last step in becoming an Android game developer is getting your game to your players. There are two possible routes:

  • Take the APK file from your project's bin/ folder, put it up on the web, and tell your friends to download and install it on their devices.

  • Publish your application on the Android Market, like a real pro.

The first option is a great way to let other people test your application before you throw it on the market. All they need to do is get a hold of the APK file and install it on their devices. The real fun starts once your game is ready for prime time.

A Word on Testing

As we've seen in the previous chapters there are differences between devices in various areas. Before you publish your application, ...

Get Beginning Android Games now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.