Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24635] Android: Error parsing XML: not well-formed (invalid token)

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2017-06-27T18:38:04.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterFrankie Merzadyan
AssigneeFrankie Merzadyan
Created2017-04-26T18:42:37.000+0000
Updated2017-06-27T18:38:04.000+0000

Description

If the <android> tag in tiapp.xml contains xmlns:android="http://schemas.android.com/apk/res/android" causes an error when the app is packaged as the <manifest> or <uses-feature> tag in build/android/AndroidManifest.xml then contains android:xmlns:android="http://schemas.android.com/apk/res/android". This is an invalid token. Used latest SDK (6.2.0) and latest CLI (6.2.0) on Android 7 device.

Comments

  1. Frankie Merzadyan 2017-04-27

    Figured out that the problem was created because xmlns:android="http://schemas.android.com/apk/res/android" was in the wrong tag by default, on git clone, in the kitchensink-v2 app and should have been in instead of .

JSON Source