[Android/Error] java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

SoyoungLee·2022년 7월 25일
0
post-thumbnail

💌 [Android/Error] java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

네이버 오픈 API (네이버 로그인-Naver Login) 을 활용하다가 오류가 떴다.

java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

📌 해결 방법

오류가 뜬 코드 줄로 가보니

context 오류였다..^^

mContext 변수값을 onCreate 에서 this 로 초기화해줘놓고 실수

mContext 로 다시 수정 완료하니 해결 완료

profile
Android Developer..+ iOS 슬쩍 🌱 ✏️끄적끄적,,개인 기록용 👩🏻‍💻

0개의 댓글