Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 프로그래머스
- AWS
- 코루틴
- TEST
- Python
- pandas
- Coroutines
- GitHub
- textfield
- MyVoca
- Hilt
- livedata
- androidStudio
- Codeforces
- Rxjava
- Coroutine
- Gradle
- android
- architecture
- activity
- boj
- 코드포스
- 암호학
- 백준
- MiTweet
- Kotlin
- relay
- ProGuard
- 쿠링
- Compose
Archives
- Today
- Total
이동식 저장소
You cannot upload a test-only APK or Android App Bundle 본문
Failed to upload application(s): failed to upload app bundle, error: googleapi: Error 403: You cannot upload a test-only APK or Android App Bundle., forbidden
여러 원인이 있을 수 있지만, 나는 ``compileSdkPreview`` 버전을 현재 프리뷰 상태인 ``VanillaIceCream``(Android 15 프리뷰)로 설정해서 오류가 발생했다. Google Play는 프리뷰 버전으로 compile한 앱을 거부한다.
``compileSdkPreview = "VanillaIceCream`` 대신 ``compileSdk = 34``를 사용하고, ``VanillaIceCream`` 버전을 요구하는 라이브러리도 버전을 낮춰 빌드했더니 해결됐다.
'Primary > Android' 카테고리의 다른 글
[Android Fundamentals] Activity - 5. Activity test (0) | 2024.07.19 |
---|---|
[Android Fundamentals] Activity - 4. State changes (0) | 2024.07.18 |
[Android Fundamentals] Activity - 3. Lifecycle (0) | 2024.07.14 |
[Android Fundamentals] Activity - 2. Introduction to Activities (0) | 2024.07.13 |
[Android Fundamentals] Content Provider - 1. Overview (0) | 2024.07.08 |
Comments