<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: java.lang.IllegalStateException: auto-instrumentation failed in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81946#M4913</link>
    <description>&lt;P&gt;I'm not sure, what you mean. Normally you should use the default values for the properties  DTXPrimaryDexLimit and DTXSecondaryDexLimit. If the default values do not suit your application, then the auto-instrumentor recommends a different setting. In this case we recommend to use a slightly lower value to avoid future adaptions. If you find a value that allows you to modify the app without adjusting the properties, then you should stick to this value.&lt;/P&gt;&lt;P&gt;The properties DTXPrimaryDexLimit and DTXSecondaryDexLimit are based on the referenced method count. But in your initial scenario the number of referenced fields was too high (the number of referenced methods is fine). We can force the auto-instrumentor to move some classes from the primary dex file into a secondary dex file by manually reducing the DTXPrimaryDexLimit value. I do not know the structure of your application and therefore I recommended a very low value. But higher values like 4300 should/can also work.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Jul 2018 11:07:48 GMT</pubDate>
    <dc:creator>Thomas_Wirth1</dc:creator>
    <dc:date>2018-07-16T11:07:48Z</dc:date>
    <item>
      <title>java.lang.IllegalStateException: auto-instrumentation failed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81938#M4905</link>
      <description>&lt;P&gt;I have been facing the issue of auto instrumentation failed while integrating dynatrace. I have using multidex configuration application. can anyone provide the answer for me earliest. I have look into this issue for past one week. please anyone help on this&lt;/P&gt;&lt;P&gt;java.lang.IllegalStateException: auto-instrumentation failed&lt;BR /&gt;at com.dynatrace.tools.android.AutoInstrumentTask.instrument(AutoInstrumentTask.java:153)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:73)&lt;BR /&gt;at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:46)&lt;BR /&gt;at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:39)&lt;BR /&gt;at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:26)&lt;BR /&gt;at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:780)&lt;BR /&gt;at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:747)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$1.run(ExecuteActionsTaskExecuter.java:121)&lt;BR /&gt;at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336)&lt;BR /&gt;at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328)&lt;BR /&gt;at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199)&lt;BR /&gt;at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:110)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:92)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:70)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.OutputDirectoryCreatingTaskExecuter.execute(OutputDirectoryCreatingTaskExecuter.java:51)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:62)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:54)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:60)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:97)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:87)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter.execute(ResolveTaskArtifactStateTaskExecuter.java:52)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:54)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43)&lt;BR /&gt;at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:34)&lt;BR /&gt;at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker$1.run(DefaultTaskGraphExecuter.java:248)&lt;BR /&gt;at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336)&lt;BR /&gt;at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328)&lt;BR /&gt;at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199)&lt;BR /&gt;at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110)&lt;BR /&gt;at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:241)&lt;BR /&gt;at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:230)&lt;BR /&gt;at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.processTask(DefaultTaskPlanExecutor.java:123)&lt;BR /&gt;at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.access$200(DefaultTaskPlanExecutor.java:79)&lt;BR /&gt;at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:104)&lt;BR /&gt;at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:98)&lt;BR /&gt;at org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.execute(DefaultTaskExecutionPlan.java:626)&lt;BR /&gt;at org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.executeWithTask(DefaultTaskExecutionPlan.java:581)&lt;BR /&gt;at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.run(DefaultTaskPlanExecutor.java:98)&lt;BR /&gt;at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)&lt;BR /&gt;at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)&lt;BR /&gt;at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748)&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Jul 2018 13:42:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81938#M4905</guid>
      <dc:creator>start</dc:creator>
      <dc:date>2018-07-15T13:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.IllegalStateException: auto-instrumentation failed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81939#M4906</link>
      <description>&lt;P&gt;Hi ewfefed,&lt;/P&gt;&lt;P&gt;you have to look at the log output to find out why the auto-instrumentor failed. In the latest Android Studio version you can find the log output in the "Build" view (View -&amp;gt; Tool Windows -&amp;gt; Build).&lt;/P&gt;&lt;P&gt;The log output is also stored in a log file. The log files are stored in the directory:&lt;/P&gt;&lt;PRE&gt;&amp;lt;project&amp;gt;/&amp;lt;module&amp;gt;/build/tmp/autoInstrument&amp;lt;variant&amp;gt;/logs&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2018 05:04:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81939#M4906</guid>
      <dc:creator>Thomas_Wirth1</dc:creator>
      <dc:date>2018-07-16T05:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.IllegalStateException: auto-instrumentation failed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81940#M4907</link>
      <description>&lt;P&gt;Thanks Thomas. I post the log&lt;/P&gt;&lt;PRE&gt;2018-07-13 20:00:57.205 INFO: APKit-AdkInstrumentor(1): Dynatrace Auto-Instrumentation version 7.1.8.2306 for Android&lt;BR /&gt;2018-07-13 20:00:57.207 INFO: APKit-e(1): Decoding C:\Users\dineshkumar_a\Documents\ttnlc\UAT\android-shoplc\liquidationchannel\build\outputs\apk\debug\liquidationchannel-debug.apk&lt;BR /&gt;2018-07-13 20:01:26.482 INFO: APKit-e(1): Updating manifest file C:\Users\dineshkumar_a\Documents\ttnlc\UAT\android-shoplc\liquidationchannel\build\outputs\apk\debug\liquidationchannel-debug\AndroidManifest.xml&lt;BR /&gt;2018-07-13 20:01:26.737 INFO: APKit-AdkInstrumentor(1): MinSdkVersion=19 TargetSdkVersion=27&lt;BR /&gt;2018-07-13 20:01:26.785 INFO: APKit-AdkInstrumentor(1): C:\Users\dineshkumar_a\Documents\ttnlc\UAT\android-shoplc\liquidationchannel\build\outputs\apk\debug\liquidationchannel-debug/classes.dex ... #methods: 43919&lt;BR /&gt;2018-07-13 20:01:26.802 INFO: APKit-AdkInstrumentor(1): C:\Users\dineshkumar_a\Documents\ttnlc\UAT\android-shoplc\liquidationchannel\build\outputs\apk\debug\liquidationchannel-debug\classes2.dex ... #methods: 53767&lt;BR /&gt;2018-07-13 20:01:35.481 INFO: APKit-AdkInstrumentor(1): Forcing jumbo string option for classes.dex&lt;BR /&gt;2018-07-13 20:01:35.524 INFO: APKit-q(1): Input file: C:\Users\dineshkumar_a\Documents\ttnlc\UAT\android-shoplc\liquidationchannel\build\outputs\apk\debug\liquidationchannel-debug\classes-no-jumbo.dex&lt;BR /&gt;2018-07-13 20:01:35.525 INFO: APKit-q(1): Output file: C:\Users\dineshkumar_a\Documents\ttnlc\UAT\android-shoplc\liquidationchannel\build\outputs\apk\debug\liquidationchannel-debug\classes.dex&lt;BR /&gt;2018-07-13 20:01:37.837 INFO: APKit-q(1): C:\Users\dineshkumar_a\Documents\ttnlc\UAT\android-shoplc\liquidationchannel\build\outputs\apk\debug\liquidationchannel-debug\classes.dex created&lt;BR /&gt;2018-07-13 20:01:37.838 INFO: APKit-q(1): Count: 36979 already jumbo &amp;amp; 0 made jumbo&lt;BR /&gt;2018-07-13 20:01:37.838 INFO: APKit-q(1): Strings: 17044 already jumbo &amp;amp; 0 became jumbo&lt;BR /&gt;2018-07-13 20:01:37.838 INFO: APKit-q(1): Total string count: 60527&lt;BR /&gt;2018-07-13 20:01:37.840 INFO: APKit-q(1): Force-jumbo did not take effect for C:\Users\dineshkumar_a\Documents\ttnlc\UAT\android-shoplc\liquidationchannel\build\outputs\apk\debug\liquidationchannel-debug\classes.dex&lt;BR /&gt;2018-07-13 20:01:37.898 SEVERE: APKit-v(1): 912 + 65535 = 66447 fields&lt;BR /&gt;2018-07-13 20:01:37.898 SEVERE: APKit-AdkInstrumentor(1): Auto-Instrumentation cannot handle this application - too many fields&lt;BR /&gt;Throwable occurred: h: Auto-Instrumentation cannot handle this application - too many fields&lt;BR /&gt;   at com.dynatrace.android.instrumentation.AdkInstrumentor.a(SourceFile:763)&lt;BR /&gt;   at com.dynatrace.android.instrumentation.AdkInstrumentor.a(SourceFile:773)&lt;BR /&gt;   at com.dynatrace.android.instrumentation.AdkInstrumentor.c(SourceFile:447)&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;   at com.dynatrace.android.instrumentation.AdkInstrumentor.main(SourceFile:251)&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2018 07:25:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81940#M4907</guid>
      <dc:creator>start</dc:creator>
      <dc:date>2018-07-16T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.IllegalStateException: auto-instrumentation failed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81941#M4908</link>
      <description>&lt;P&gt;Hi ewfefed,&lt;/P&gt;&lt;P&gt;You primary dex file contains to many fields and therefore the auto-instrumentor can't add the agent library to the primary dex file. Unfortunately the auto-instrumentor has no customize option for fields. The only option is to adjust the method limit and thereby reduce the number of fields in the pirmary dex file.&lt;/P&gt;&lt;P&gt;In your case the primary dex file has 43919 referenced methods. I think auto-instrumentation should work, when you use &lt;/P&gt;&lt;PRE&gt;DTXPrimaryDexLimit=40000&lt;/PRE&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2018 08:10:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81941#M4908</guid>
      <dc:creator>Thomas_Wirth1</dc:creator>
      <dc:date>2018-07-16T08:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.IllegalStateException: auto-instrumentation failed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81942#M4909</link>
      <description>&lt;P&gt;agentProperties 'DTXLogLevel': 'debug', 'DTXPrimaryDexLimit': '40000', 'DTXSecondaryDexLimit': '65535'&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2018 08:49:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81942#M4909</guid>
      <dc:creator>start</dc:creator>
      <dc:date>2018-07-16T08:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.IllegalStateException: auto-instrumentation failed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81943#M4910</link>
      <description>&lt;P&gt;'DTXSecondaryDexLimit': '65535' is correct value?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2018 08:50:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81943#M4910</guid>
      <dc:creator>start</dc:creator>
      <dc:date>2018-07-16T08:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.IllegalStateException: auto-instrumentation failed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81944#M4911</link>
      <description>&lt;P&gt;If you don't have to adjust the property DTXSecondaryDexLimit, then you should not do it. I would recommend you that you rebuild the app without modifying the property DTXSecondaryDexLimit. If the default value does not suit your application, then the auto-instumentor will recommend a proper value in the error message.&lt;/P&gt;&lt;P&gt;The value 65535 is NOT appropriate. With this value you overide the default setting and the auto-instrumentor will not ensure that there is enough space for the instrumentation instructions. You find more information about these properties in the &lt;A href="https://www.dynatrace.com/support/help/user-experience/mobile-apps/what-do-i-have-to-consider-when-monitoring-android-multidex-apps/"&gt;official documentation&lt;/A&gt;.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2018 09:11:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81944#M4911</guid>
      <dc:creator>Thomas_Wirth1</dc:creator>
      <dc:date>2018-07-16T09:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.IllegalStateException: auto-instrumentation failed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81945#M4912</link>
      <description>&lt;P&gt;Thanks Thomas for your timely help. Now working fine ... How to adjust the value  43919  the values is 40000 . if value i have some values like #methods: 65480 what will be values any calculation or round off the values&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2018 09:19:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81945#M4912</guid>
      <dc:creator>start</dc:creator>
      <dc:date>2018-07-16T09:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.IllegalStateException: auto-instrumentation failed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81946#M4913</link>
      <description>&lt;P&gt;I'm not sure, what you mean. Normally you should use the default values for the properties  DTXPrimaryDexLimit and DTXSecondaryDexLimit. If the default values do not suit your application, then the auto-instrumentor recommends a different setting. In this case we recommend to use a slightly lower value to avoid future adaptions. If you find a value that allows you to modify the app without adjusting the properties, then you should stick to this value.&lt;/P&gt;&lt;P&gt;The properties DTXPrimaryDexLimit and DTXSecondaryDexLimit are based on the referenced method count. But in your initial scenario the number of referenced fields was too high (the number of referenced methods is fine). We can force the auto-instrumentor to move some classes from the primary dex file into a secondary dex file by manually reducing the DTXPrimaryDexLimit value. I do not know the structure of your application and therefore I recommended a very low value. But higher values like 4300 should/can also work.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2018 11:07:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81946#M4913</guid>
      <dc:creator>Thomas_Wirth1</dc:creator>
      <dc:date>2018-07-16T11:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.IllegalStateException: auto-instrumentation failed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81947#M4914</link>
      <description>&lt;P&gt;In this special case (where the number of referenced field is too high) the value depends on the  distribution of the fields and the current number of methods as your goal is to move some fields from the primary dex file to a secondary dex file. &lt;/P&gt;&lt;P&gt;You should always choose a value that allows you to modify your &lt;BR /&gt;application without adjusting the property values. Therefore we &lt;BR /&gt;recommend to use a slightly lower value as the given one (by the &lt;BR /&gt;auto-instrumentor or current number of referenced methods).&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2018 07:25:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/java-lang-IllegalStateException-auto-instrumentation-failed/m-p/81947#M4914</guid>
      <dc:creator>Thomas_Wirth1</dc:creator>
      <dc:date>2018-07-17T07:25:07Z</dc:date>
    </item>
  </channel>
</rss>

