728x90
문제는 Intent를 통해 다른 액티비티로 넘어갈 때 생겼다.
- 오류 메시지
This Activity already has an action bar supplied by the window decor. Do not request Window.FEATURE_SUPPORT_ACTION_BAR and set windowActionBar to false in your theme to use a Toolbar instead.
메시지를 보면 이미 액션바가 있어서 툴바를 적용하지 못한다는 메시지로 오류가 났는데, 해결 방법은 간단했다.
앱을 띄울 때 인트로 화면을 먼저 띄우게 되는데, 인트로화면에는 툴바가 없으므로 툴바가 있는 메인액티비티에 적용하면 되는 것이였다.
728x90
'Mobile > Android' 카테고리의 다른 글
[Android] Window에서 ADB 환경 구축하기 (0) | 2021.08.27 |
---|---|
[Android] 그간 날 괴롭혔던 JAVA SE 16 버전에 대해서 (0) | 2021.08.13 |
[Error] BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 60 에러에 관하여 (0) | 2021.07.02 |
[Log] 안드로이드 Logcat (로그)에 관하여 (0) | 2021.06.17 |
[Error] Unable to start activity ComponentInfo 에러 (0) | 2021.06.17 |
댓글