I'm following Google's tutorial on Android app development using Android Studio (I'm using 2.1.3), and I'm following the instructions, however, I have been unable to run my basic app without it crashing immediately. Android Studio's Android Monitor outputs the following:
FATAL EXCEPTION: main
Process: com.example.myfirstapp, PID: 2384
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myfirstapp/com.example.myfirstapp.MainActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
What am I doing wrong? What theme should I use, and what code should I edit? For the record, I am outputting to a Nexus 5 both physically and emulator, and to Android API 23.