Had a similar issue this morning. How I fix it:
- Remove application level attribute from your android manifest file
android:theme="@style/AppTheme".
Add activity level attribute instead like so:
[Activity(MainLauncher = true, Theme = "@style/AppTheme")]