Toolbar가 이미 있는데 DrawerLayout에서 Toolbar를 따로 설정해주었을 때 오류 발생

 

Error Message

: java.lang.IllegalStateException: 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.

 

해결 방법

: manifest에서 DrawerLayout을 사용하는 Activity의 스타일을 NoActionBar로 변경하여 해결

 

 

'Android Programming > Android Error' 카테고리의 다른 글

리사이클러뷰 설정 Error  (0) 2020.01.15

+ Recent posts