# Register Android App & Download Config File

*Skill Level: Expert*

## Before You Begin

* Should have knowledge about [Databases](https://help.adalo.com/database)
* Should be very comfortable using Adalo&#x20;

## Walkthrough

1. Click on the setting icon (in the top left shaped like a gear) and then select project settings.

   <div align="left"><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FuOaq0B9B6AhRJyAGJX51%2FScreenshot%202026-02-16%20at%209.33.45%E2%80%AFAM.png?alt=media&#x26;token=a9b55a89-5605-4daf-b83f-113dcc823623" alt=""></div>
2. On the settings page, you’ll see ‘Your Apps’  in the middle. Click on the Add App, then click the Android icon to create a new Android app.

   <div align="left"><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FUgk5X0gRl5AhMzYjfoiF%2FScreenshot%202026-02-16%20at%209.35.10%E2%80%AFAM.png?alt=media&#x26;token=4e802b96-95f6-49d6-a562-38c96f539ef0" alt=""></div>
3. Create a [***Package Name***](#user-content-fn-1)[^1] using the following syntax: [***com.appname.android**.*](#user-content-fn-2)[^2] The Package Name of an Android app uniquely identifies your app on the device, in Google Play Store, and in supported third-party Android stores. ***The Package Name be tied to your Listing in Google Play and cannot be changed once the Listing is created.***

   <div align="left"><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FclfOgQVKYY4P1OQSSAPT%2FScreenshot%202026-02-16%20at%209.36.14%E2%80%AFAM.png?alt=media&#x26;token=a695a959-cc68-490e-a989-e6251d66a76b" alt=""></div>
4. You can give it a nickname and then click register.
5. Download the Config file (Frontend google-services.json). You will load this into the Adalo Builder when creating your Build File.

   <div align="left"><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2F37SfOxpDMv5scR7rJ7NR%2FScreenshot%202026-02-16%20at%209.36.55%E2%80%AFAM.png?alt=media&#x26;token=d2bcad18-69d3-45e5-9641-2344f37a6141" alt=""></div>
6. Skip "Add Firebase SDK" - Adalo will take care of this for you automatically.&#x20;
7. Continue to Console.

   <div align="left"><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FU0QSlwIGIpTT9aEJVKil%2FScreenshot%202026-02-16%20at%209.38.12%E2%80%AFAM.png?alt=media&#x26;token=d83720f8-d3b8-4f9e-9562-7c07e72f4238" alt=""></div>

## Help

If you need additional help with this article, you can always ask in our [community forum](https://forum.adalo.com/)! Be sure to paste the link to this article in your post as well!

[^1]: **Important:** Once you publish your app, you should never change the Package Name. If you change the Package Name, Google Play Store treats the upload as a completely different app. If you want to upload a new version of your app, you must use the same  Package Name and [signing certificate](https://developer.android.com/studio/publish/app-signing) as when originally published.

[^2]: <mark style="background-color:red;">**This is just an example.**</mark>

    Package names are case sensitive and must meet the following requirements:

    * It must have at least two segments (one or more dots).
    * Each segment must start with a letter.
    * All characters must be alphanumeric or an underscore \[a-zA-Z0-9\_].

    &#x20;
