I am getting this error in a Xamarin.Forms' Android project when run.
Emulator pixel_3a_xl_q_10_0_-_api_29 is running.
1>E:\XPA\my_solution\my_project\my_project.Android\obj\Debug\100\lp\68\jl\res\values\values.xml(4): error APT1000: Found tag id where item is expected
The contents of that file are:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<id name="view_tree_saved_state_registry_owner"/>
</resources>
I don't find this file in another project that was also targeting Android 10.





