Issue
### App information
* ID: de.storchp.opentracks.osmplugin
* Version: 49 6.1.0
* Build flavor: full
### Device information
* Brand: HONOR
* Device: HNREA
* Model: REA-NX9
* Id: HONORREA-N39
* Product: REA-NX9EEA
### Firmware
* SDK: 34
* Release: 14
* Incremental: 8.0.0.224C431E9R2P1
### Cause of error
```java
Exception in thread "main": java.lang.RuntimeException: Unable to start activity ComponentInfo{de.storchp.opentracks.osmplugin/de.storchp.opentracks.osmplugin.map.MapsActivity}: org.apache.harmony.xml.ExpatParser$ParseException: At line 1, column 0: syntax error
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4610)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4806)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:118)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:153)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:104)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:3067)
at android.os.Handler.dispatchMessage(Handler.java:117)
at android.os.Looper.loopOnce(Looper.java:210)
at android.os.Looper.loop(Looper.java:302)
at android.app.ActivityThread.main(ActivityThread.java:9652)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:601)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1062)
Caused by: org.apache.harmony.xml.ExpatParser$ParseException: At line 1, column 0: syntax error
at org.apache.harmony.xml.ExpatParser.parseFragment(ExpatParser.java:528)
at org.apache.harmony.xml.ExpatParser.parseDocument(ExpatParser.java:487)
at org.apache.harmony.xml.ExpatReader.parse(ExpatReader.java:324)
at org.apache.harmony.xml.ExpatReader.parse(ExpatReader.java:287)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:390)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:187)
at de.storchp.opentracks.osmplugin.map.reader.GpxReader.
```
How did you create the GPX?
@cagljevi Looks like your gpx file is broken.
No response, closing here.