E/AndroidRuntime: FATAL EXCEPTION: main
Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
Você está vendo a versão anterior da nova experiência da Alura que estamos preparando para você. Em breve, ela ganha uma identidade visual novinha totalmente pensada em potencializar seus estudos!
E/AndroidRuntime: FATAL EXCEPTION: main
Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
Troque (em AndroidManifest.xml):
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
Por:
android:theme="@style/Theme.AppCompat.NoActionBar"