[TIMOB-24635] Android: Error parsing XML: not well-formed (invalid token)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-06-27T18:38:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Frankie Merzadyan |
Assignee | Frankie Merzadyan |
Created | 2017-04-26T18:42:37.000+0000 |
Updated | 2017-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.
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