I recently tried connecting my android phone with android studio to test run my app. Howvever, when the app runs following exception is thrown:
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
The app works fine on the AVD. Min SDK 16 Target SDK 23
My android device has Android Version 4.2.2
I want to use the theme and style that I have created and not this default theme.
Can anyone help????