본문 바로가기
Mobile/Android

[Error] This Activity already has an action bar supplied by the window decor 오류 문제에 대하여

by C_Meaning 2021. 6. 19.
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

댓글