<?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 Thank you Pam. I will try in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Android-Build-Error/m-p/1066972#M56662</link>
    <description>&lt;P&gt;Thank you Pam. I will try that. I am using plugins for vibration, facebook, twitter. I am using a Unity ads plugin for reward ads and admob with mediation for Chartboost, AdColony, and MillenialMedia. I should have mentioned that my build works when I use the same files for an iOS build. Will let you know my results. (Also, I am using CLI 5.4.1) Again, thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2016 03:57:00 GMT</pubDate>
    <dc:creator>Christopher_G_1</dc:creator>
    <dc:date>2016-07-21T03:57:00Z</dc:date>
    <item>
      <title>Android Build Error</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Build-Error/m-p/1066970#M56660</link>
      <description>&lt;P&gt;Intel XDK version 3400&lt;/P&gt;

&lt;P&gt;Had 1 successful build and made minor changes and cannot seem to get successful build. I was getting this error before and I just retried a few times before the 1 successful build.&lt;/P&gt;

&lt;P&gt;Any help is appreciated.&lt;/P&gt;

&lt;P&gt;Error message which is in attachment:&lt;/P&gt;

&lt;PRE style="color: rgb(0, 0, 0); line-height: normal; word-wrap: break-word; white-space: pre-wrap;"&gt;:preDexArmv7Release
:dexArmv7Release
UNEXPECTED TOP-LEVEL EXCEPTION:
com.android.dex.DexException: Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompatIcs;
	at com.android.dx.merge.DexMerger.readSortableTypes(DexMerger.java:596)
	at com.android.dx.merge.DexMerger.getSortedTypes(DexMerger.java:554)
	at com.android.dx.merge.DexMerger.mergeClassDefs(DexMerger.java:535)
	at com.android.dx.merge.DexMerger.mergeDexes(DexMerger.java:171)
	at com.android.dx.merge.DexMerger.merge(DexMerger.java:189)
	at com.android.dx.command.dexer.Main.mergeLibraryDexBuffers(Main.java:454)
	at com.android.dx.command.dexer.Main.runMonoDex(Main.java:303)
	at com.android.dx.command.dexer.Main.run(Main.java:246)
	at com.android.dx.command.dexer.Main.main(Main.java:215)
	at com.android.dx.command.Main.main(Main.java:106)

 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':dexArmv7Release'.
&amp;gt; com.android.ide.common.internal.LoggedErrorException: Failed to run command:
  	.../android-sdk/build-tools/21.1.2/dx --dex --output .../cordova_project/platforms/android/build/intermediates/dex/armv7/release --input-list=.../cordova_project/platforms/android/build/intermediates/tmp/dex/armv7/release/inputList.txt
  Error Code:
  	2
  Output:
  	
  	UNEXPECTED TOP-LEVEL EXCEPTION:
  	com.android.dex.DexException: Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompatIcs;
  		at com.android.dx.merge.DexMerger.readSortableTypes(DexMerger.java:596)
  		at com.android.dx.merge.DexMerger.getSortedTypes(DexMerger.java:554)
  		at com.android.dx.merge.DexMerger.mergeClassDefs(DexMerger.java:535)
  		at com.android.dx.merge.DexMerger.mergeDexes(DexMerger.java:171)
  		at com.android.dx.merge.DexMerger.merge(DexMerger.java:189)
  		at com.android.dx.command.dexer.Main.mergeLibraryDexBuffers(Main.java:454)
  		at com.android.dx.command.dexer.Main.runMonoDex(Main.java:303)
  		at com.android.dx.command.dexer.Main.run(Main.java:246)
  		at com.android.dx.command.dexer.Main.main(Main.java:215)
  		at com.android.dx.command.Main.main(Main.java:106)
  	


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED
&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Jul 2016 05:19:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Build-Error/m-p/1066970#M56660</guid>
      <dc:creator>Christopher_G_1</dc:creator>
      <dc:date>2016-07-20T05:19:14Z</dc:date>
    </item>
    <item>
      <title>Christopher,</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Build-Error/m-p/1066971#M56661</link>
      <description>&lt;P&gt;Christopher,&lt;/P&gt;

&lt;P&gt;There are a few things you can try:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;I know you had a successful build, but I don't know when. So try building the sample "Hello Cordova". If it doesn't build, we might have an issue on our end.&lt;/LI&gt;
	&lt;LI&gt;If it doesn't build, tell us. If it does:
		&lt;UL&gt;
			&lt;LI&gt;I also don't know which version of CLI you are using nor which plugins (those show in the build summary, not the build log)&lt;/LI&gt;
			&lt;LI&gt;The error says there is a conflict with files. So, if you are using CLI 5.1.1, try switching to 5.4.1.&lt;/LI&gt;
			&lt;LI&gt;If you still get the same build error with 5.4.1, remove your plugins, one at a time, to see which one causes the conflict&lt;/LI&gt;
		&lt;/UL&gt;
	&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Pamela&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 17:03:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Build-Error/m-p/1066971#M56661</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2016-07-20T17:03:03Z</dc:date>
    </item>
    <item>
      <title>Thank you Pam. I will try</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Build-Error/m-p/1066972#M56662</link>
      <description>&lt;P&gt;Thank you Pam. I will try that. I am using plugins for vibration, facebook, twitter. I am using a Unity ads plugin for reward ads and admob with mediation for Chartboost, AdColony, and MillenialMedia. I should have mentioned that my build works when I use the same files for an iOS build. Will let you know my results. (Also, I am using CLI 5.4.1) Again, thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 03:57:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Build-Error/m-p/1066972#M56662</guid>
      <dc:creator>Christopher_G_1</dc:creator>
      <dc:date>2016-07-21T03:57:00Z</dc:date>
    </item>
  </channel>
</rss>

