StartApp integration

I’m getting this manifest error when building:

Error building Player: XmlException: attribute values cannot contain ‘<’ file:///C:/Users/Shay/Documents/FlappyBirdTest/Assets/Plugins/Android/AndroidManifest.xml Line 3, position 80.

This is the line of code giving the error:

I’m guessing that I typed something in wrong, but I have no idea how to use manifest files. If someone could tell me what i did wrong it would be greatly appreciated.

You need to replace " < package_name > " (in line 3) with your actual package name.