I have no idea how to write properly in android manifest.
Im getting an error saying:
Error building Player: XmlException: an attribute value was not quoted file:///C:/Users/Shay/Documents/FlappyBirdTest/Assets/Plugins/Android/AndroidManifest.xml Line 3, position 79.
This is the line of code throwing the error:
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package=<"com.ShadowKingdomStudios.ChickenWings">>
It used to say package_name there and I was supposed to write my package name there. I’m guessing there is a typo there somewhere, if anyone knows where it is that would be very helpful.