# Androidアプリの登録と構成ファイルのダウンロード

*Skill Level: Expert*

## はじめに

* [データベース](https://help.adalo.com/database)についての知識が必要です
* Adaloを非常に快適に使用できる必要があります

## 手順

1. 左上にある歯車の形をした設定アイコンをクリックし、プロジェクト設定を選択します。

   <div align="left"><img src="/files/vpk94PRtjbjioumPHng6" alt="" width="563"></div>
2. 設定ページで、中央に「Your Apps」という項目が表示されます。新しいAndroidアプリを作成するには、Androidアイコンをクリックします。

   <div align="left"><img src="/files/ksa3hGepNOHqdSrLPPnv" alt="" width="563"></div>
3. 以下の構文を使用して[***パッケージ名***](#user-content-fn-1)[^1]を作成します: [***com.appname.android**.*](#user-content-fn-2)[^2] Androidアプリのパッケージ名は、デバイス上やGoogle Playストア、サポートされているサードパーティのAndroidストアでアプリを一意に識別します。***パッケージ名はGoogle Playのリストに紐づけられ、リストが作成されると変更できません。***

   <div align="left"><img src="/files/Cm7viW5Zjqxg58XjPEsZ" alt="" width="563"></div>
4. ニックネームを付けて登録をクリックします。
5. 構成ファイル（フロントエンドgoogle-services.json）をダウンロードします。これは、ビルドファイルを作成する際にAdaloビルダーに読み込みます。

   <div align="left"><img src="/files/3PZON0u2dCBWps4Cg25Y" alt="" width="563"></div>
6. "Firebase SDKを追加"はスキップしてください - Adaloが自動的に処理します。
7. コンソールに進んでください。

   <div align="left"><img src="/files/n0mssuBIQkW25mr1au0f" alt="" width="563"></div>

## ヘルプ

この記事で追加のヘルプが必要な場合は、いつでも[コミュニティフォーラム](https://forum.adalo.com/)で質問できます！投稿する際には、この記事へのリンクも貼り付けてください。

[^1]: **重要:** アプリを公開した後は、パッケージ名を変更しないでください。パッケージ名を変更すると、Google Playストアはそのアップロードを完全に異なるアプリとして扱います。アプリの新しいバージョンをアップロードしたい場合は、公開時と同じパッケージ名と[署名証明書](https://developer.android.com/studio/publish/app-signing)を使用する必要があります。

[^2]: <mark style="background-color:red;">**これは単なる例です。**</mark>

    パッケージ名は大文字と小文字を区別し、次の要件を満たす必要があります:

    * 少なくとも2つのセグメント（1つ以上のドット）を持つ必要があります。
    * 各セグメントは文字で始まる必要があります。
    * すべての文字は英数字またはアンダースコア\[a-zA-Z0-9\_]である必要があります。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.adalo.com/ja/testing-your-app/publishing-to-the-google-play-store/register-android-app-and-download-config-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
