3 – Android Publishing

Publishing for Android can be complicated at first due to a number of configuration and set-up requirements that are specific to the platform. Don’t let that throw you since this next section will provide you with the fundamentals for successfully generating your .apk file.

  1. Publish your project by clicking the “Publish” button inside GameSalad Creator.
    WP1
  2. Select whether you’re publishing a new game or updating an older one.
    WP2
  3. Select Android as your publishing platform.
    WP3
  4. From here you’ll need to fill in some info for your project: Android, Android Package Name, Display Name, Android Version Code, and Publicly Visible Version (for more info on what each of these are, click on the book with a “?” next to the name).
    WP4
  5. Once you’ve filled in these fields, you’ll notice that “Generate APK” button has become clickable. Click this button to queue the generation of an unsigned apk (Android application package) of your project, which should become available within a couple minutes.
  6. Once your apk is done generating, a congratulations message will pop up and the “Download APK” button will be clickable.

    NOTE: For the most part, you’ll need a signed apk to do things like test your application on a device or submit it for third party app store distribution. The following steps won’t work unless you already have Java and various Android tools installed as instructed in the two tutorial pages before this.

The next section will cover how to sign your freshly generated apk!