- Home /
Android Manifest Help
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.
Answer by Subhajit-Nath · Sep 11, 2014 at 05:45 AM
A quick google search yields out >>>
http://developer.android.com/guide/topics/manifest/manifest-intro.html
Your answer
Follow this Question
Related Questions
Android download error "package not signed correctly 0 Answers
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
How can I replace correctly the main activity on the Android Manifest? 0 Answers
How to alter the Android Manifest to use my ad-displaying activity in Unity? 0 Answers
AndroidManifest.xml: meta-data unityplayer.UnityActivity 2 Answers