I'm trying to change the Android's theme of a Xamarin project. To do this I'm changing the AndroidManifest.xml adding the clausule <application android:theme="@android:style/Theme.DeviceDefault.Light" android:label="MyApp.Android"></application>
and erasing the Theme = "@style/MainTheme"
in MainActivity.cs but it just crash and doesn't open the App.
How could I do this ?