[Android/Kotlin] 카카오 로그인 에러 - Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?

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

💌 [Android/Kotlin] 카카오 로그인 에러 - Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?

카카오 Open API 로그인을 활용하는데 오류가 났다.

Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?

📌 해결 방법

검색해보니 context로 getApplicationContext 를 넘기지 말고 Activity를 넘기라고 해서

context 부분을 this@LoginActivity 로 변경해줘서 해결완료

참고 : https://devtalk.kakao.com/t/flag-activity-new-task/111688

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

0개의 댓글