here is my project:
animated_path.xml:
Had a similar issue this morning. How I fix it:
android:theme="@style/AppTheme"
.Add activity level attribute instead like so:
[Activity(MainLauncher = true, Theme = "@style/AppTheme")]
This issue occurs when your buildToolsVersion
is not updated to match the version of playservices
and other dependencies
Check here for the latest version:
https://developer.android.com/studio/releases/build-tools.html.