개발, 전산, AI, IT

[안드로이드] You need to use a Theme.AppCompat theme (or descendant) with this activity.

크롬망간 2020. 6. 18. 17:30

[안드로이드] You need to use a Theme.AppCompat theme (or descendant) with this activity.

 

AlertDialog.Builder를 사용할 때에 발생할 수 있는 에러입니다.

new AlertDialog.Builder(getApplicationContext())new AlertDialog.Builder(this) 로 바꾸시면 해결됩니다.