Generate Android app

How can I generate an Android app build that is ready-to-publish?

AppMySite enables you to create the .APK and .AAB file of your Android app build that can be directly submitted to Google Play for publishing.

To generate your Android app build, navigate to Download in your AppMySite account. Click on Build app. You’ll be directed to the Android Build Configuration screen. Follow the steps below:

App Identity

Customize your Android app's identity. In this section, you can change your app's bundle ID as desired and facilitate app migration.

  • Migrate my live app: If you’re transferring a live app from another platform, turn this toggle on. Submit the package name, version name, version code, Key alias, key password, keystore file (.jks), and Keystore password. Obtain this information from the developer or development platform you are migrating from.

  • Customize my bundle identifiers: Enter the package name, version name and version code that you wish to identify your app with. It is typically in reverse domain format (com.example.app).

App permissions

App permissions will enable your mobile apps to request access to a device’s features, such as the microphone, camera, foreground location, background location, contacts, videos, and more, by displaying a prompt when the user launches the app.

Simply turn on the toggles against the permissions that your app will be utilizing on the build configuration screen before creating the build of your app.

Features in the build

To utilize advanced features, you need to configure your build, which is a mandatory step. Please follow these guides to configure your build accordingly:

Hit the Build app button once you are ready to create a build of your app.

Last updated