[안드로이드] You need to use a Theme.AppCompat theme (or descendant) with this activity.
AlertDialog.Builder를 사용할 때에 발생할 수 있는 에러입니다.
new AlertDialog.Builder(getApplicationContext()) 를 new AlertDialog.Builder(this) 로 바꾸시면 해결됩니다.
[안드로이드] You need to use a Theme.AppCompat theme (or descendant) with this activity.
AlertDialog.Builder를 사용할 때에 발생할 수 있는 에러입니다.
new AlertDialog.Builder(getApplicationContext()) 를 new AlertDialog.Builder(this) 로 바꾸시면 해결됩니다.