라이브러리 게시
사용자를 위한 Android 애플리케이션을 게시하는 것과 더불어 개발자가 앱에 통합할 수 있는 라이브러리도 게시할 수 있습니다. Android 라이브러리를 게시할 때는 다음 네 가지 기본 작업을 실행합니다.
- 출시용 라이브러리를 준비합니다. 준비 단계에서는 라이브러리 이름, 라이브러리 실행 또는 삽입에 필요한 기술 요구사항, Android Gradle 플러그인(AGP)이 라이브러리를 사용하는 데 도움이 되는 메타데이터와 같은 설정을 구성합니다.
- 게시 변형을 구성합니다. 게시 변형을 사용하면 디버그 및 출시 용도로 다양한 버전의 라이브러리를 게시할 수 있습니다.
- 게시용 테스트 픽스처를 구성합니다. 이렇게 하면 테스트가 견고하고 반복 가능해집니다.
- 라이브러리를 업로드합니다. 여기에는 배포 메커니즘을 선택하고 실제 게시물을 만드는 과정이 포함됩니다.
라이브러리 작성자라면 이 주제의 각 페이지를 읽고 라이브러리 게시와 관련된 고려사항 및 단계를 자세히 알아보세요.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-03-30 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]