[Android] "Extra Tags for node" adds attributes, not tags

I’m trying to add a tag as a child of in the generated AndroidManifest.xml file.

There is a field called "Extra Tags for node" that sounds like it should do this, but it actually adds *attributes* to the node, not tags.

Trying to add a tag in this section results in malformed XML like this:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.mycompany.mygamename"
          <supports-screens android:smallScreens="false" android:normalScreens="false" android:largeScreens="false" android:xlargeScreens="true"/>
          android:versionCode="1"
          android:versionName="0.1">

Aside from the fact that this field should be renamed to “Extra attributes for node" and a new field "Child nodes/tags for node” should be created, is there any way for me to add extra child nodes to the `` node?

Hi rohoon,

Due to the large volume of questions and comments concerning the Engine, we did not have a chance to respond to your post at the time you submitted it. However, I was not able to find any documentation where it describes how this is possible in UE4.

-.

I had already accepted an answer to this question - where did it go?

Sorry for the confusion… this is a duplicate of the following post:

“Extra Tags for node” adds attributes, not tags