RuntimeException: Unable to start activity ComponentInfo{…}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
AndroidManifest.xml
의 application theme이 AppCompat으로 설정되지 않은 경우 발생합니다.<application
android:theme="Theme.AppCompat">
<activity
android:name="com.buzzvil.booster.internal.feature.externalpoint.presentation.ExternalPointExchangeActivity"
android:exported="false"
android:screenOrientation="portrait"
android:theme="Theme.AppCompat" />