# 2. 관리자 웹 Android 설정

1. 오마이앱 관리자 웹 ➡︎ 환경 설정으로 이동해 주세요.
2. 모바일 앱 설정의 Android의 구성요소를 확인해 주세요.
   1. **패키지 명**
      1. 원하는 패키지 명이 없다면 그대로 사용하는 것을 추천해요.
      2. 패키지 명에 대문자는 작성하지 않아요.
      3. 패키지 명은 앱을 식별하는 고윳값 개념이에요.
      4. 한 번 설정한 값은 이후 수정하지 않는 것을 권장해요.
   2. **최소 지원 버전 코드**
      1. 정수로만 입력해야 해요.
      2. 버전 코드는 빌드 할 때마다 무조건 1 이상 올려줘야 해요.
   3. **최소 지원 버전, 최소 지원 버전 코드**
      1. 자유롭게 입력할 수 있어요. (ex - 1.0.0, 2.3.8, 13)
      2. 출시한 앱의 최소 버전을 설정해서 업데이트를 강제해요.
   4. **마지막 배포 버전**
      1. 최신 버전을 안내하기 위해 사용돼요.
      2. 서비스에 영향을 주지 않아요.

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

3. Android 앱 빌드 ➡︎ 화면 중하단의 **'**&#xD0A4; 스토어 발급' 버튼을 눌러 키 스토어를 발급받아 주세요.

> 키 스토어는 4.Android 앱 등록에서 필요해요.

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

> \#Android 항목, #패키지 명, #최소 지원 버전 코드, #마지막 배포 버전

2025.03.10 Jihwan


---

# 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://docs.ohmyapp.io/main/guide/deploy/googleplay/administratorwebpreferences.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.
