Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3288] Android: Adding manifest info to tiapp.xml changes the format of AndroidManifest.xml

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionInvalid
Resolution Date2011-04-22T13:49:24.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.7.0, Sprint 2011-10
ComponentsAndroid
Labelsandroid, defect, formatting, release-1.7.0, reported-1.7.0, xml
ReporterNatalie Huynh
AssigneeDon Thorp
Created2011-04-15T03:41:21.000+0000
Updated2011-04-22T13:49:24.000+0000

Description

Steps to Reproduce:
1. Create a new project
2. open tiapp.xml and add this

<manifest>
    <uses-sdk android:minSdkVersion="4" />
</manifest>


3. Save and compile
4. Open AndroidManifest.xml under /build/android

Actual Result:
Format is not the same as original file (See attached images)

Expected Result:
Format to look like the default file

Attachments

FileDateSize
manifestdefaultformat.tiff2011-04-15T03:41:22.000+0000329842
manifestmodfiedformat.tiff2011-04-15T03:41:21.000+0000304022

Comments

  1. Thomas Huelbert 2011-04-15

    as per Don, xml is not white space aware.

  2. Natalie Huynh 2011-04-22

    Not a bug

JSON Source