> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/testing-your-app/publishing-to-the-google-play-store/troubleshooting-android-release/error-package-name-already-exists-in-google-play..md).

# エラー：パッケージ名はすでにGoogle Playに存在します。

<figure><img src="/files/KWMtXnKw5R6fPR9EOplK" alt=""><figcaption></figcaption></figure>

Google Play ストアに.aab ファイルをアップロードする際に、以下のエラーが表示されることがあります：" "\[パッケージ名]" は Google Play に既に存在するため、異なるパッケージ名を使用する必要があります。このエラーは、ファイルのアップロードに使用したパッケージ名が、他の Google Play リスティングで既に使用されていることを意味します。パッケージ名は、Google Play アカウント内の別のリスティングで使用されているか、他の開発者によって使用されている可能性があります。

#### 解決方法

1. **このパッケージ名を使用する別のリスティングがある場合**
   * リリースを破棄し、.AAB ファイルを Google Play の正しいリスティングにアップロードしてください。
2. **パッケージ名が他の開発者によって使用されている場合**
   * [Android アプリを公開](/ja/testing-your-app/publishing-to-the-google-play-store.md)から始めて、新しいパッケージ名とリスティングを作成する必要があります。

### **まだ助けが必要ですか？**

行き詰まっている場合は心配しないでください！さらなる支援が必要な場合は、[サポートチーム](https://info.adalo.com/submit-a-support-ticket)にお問い合わせください。

1. 実施した手順を含める：すでに試したトラブルシューティング手順をお知らせください。
2. スクリーンショットを追加：エラーメッセージと更新しようとしているリスティングのパッケージ名を示す関連するスクリーンショットを共有してください。

忘れないでください、私たちはあなたがアプリを正軌に戻し、Google Play ストアで輝けるようお手伝いします！


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.adalo.com/ja/testing-your-app/publishing-to-the-google-play-store/troubleshooting-android-release/error-package-name-already-exists-in-google-play..md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
