<?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 Can you try creating a blank in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042263#M46507</link>
    <description>&lt;P&gt;Can you try creating a blank app, dont change anything (no plugin changes and no changes to the additions file), then building it?&lt;/P&gt;</description>
    <pubDate>Wed, 23 Sep 2015 19:41:27 GMT</pubDate>
    <dc:creator>John_H_Intel2</dc:creator>
    <dc:date>2015-09-23T19:41:27Z</dc:date>
    <item>
      <title>Version 2496 Android Build error with upgraded project</title>
      <link>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042258#M46502</link>
      <description>&lt;P&gt;Existing project upgraded to V2496 fails on build &amp;nbsp;for Android, but builds for iOS. Android error is below.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;PRE style="color: rgb(0, 0, 0); line-height: normal; word-wrap: break-word; white-space: pre-wrap;"&gt;FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':processReleaseManifest'.
&amp;gt; Manifest merger failed : uses-sdk:minSdkVersion 10 cannot be smaller than version 14 declared in library 

&lt;/PRE&gt;

&lt;PRE style="color: rgb(0, 0, 0); line-height: normal; word-wrap: break-word; white-space: pre-wrap;"&gt;BUILD FAILED

Total time: 4.667 secs

.../myappname/platforms/android/cordova/node_modules/q/q.js:126
                    throw e;
                          ^
Error code 1 for command: .../myappname/platforms/android/gradlew with args: cdvBuildRelease,-b,.../myappname/platforms/android/build.gradle,-Dorg.gradle.daemon=true
Command finished with error code 8: .../myappname/platforms/android/cordova/build --release
ERROR building one of the platforms: Error: .../myappname/platforms/android/cordova/build: Command failed with exit code 8
You may not have the required environment or OS to build this project
Error: .../myappname/platforms/android/cordova/build: Command failed with exit code 8
    at ChildProcess.whenDone (/Developer/cordova/5.1.1/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:134:23)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:743:16)
    at Process.ChildProcess._handle.onexit (child_process.js:810:5)&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Sep 2015 16:03:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042258#M46502</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2015-09-23T16:03:04Z</dc:date>
    </item>
    <item>
      <title>"uses-sdk:minSdkVersion 10</title>
      <link>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042259#M46503</link>
      <description>&lt;P&gt;"&lt;SPAN style="color: rgb(96, 96, 96); font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 13.008px; line-height: 19.512px;"&gt;uses-sdk:minSdkVersion 10 cannot be smaller than version 14 declared in library "&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Did you try changing&amp;nbsp;&lt;SPAN style="color: rgb(96, 96, 96); font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 13.008px; line-height: 19.512px;"&gt;minSdkVersion &amp;nbsp;to 14?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 17:14:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042259#M46503</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-09-23T17:14:44Z</dc:date>
    </item>
    <item>
      <title>Hi John</title>
      <link>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042260#M46504</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hi John&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Sorry where do I do that.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 18:20:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042260#M46504</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2015-09-23T18:20:01Z</dc:date>
    </item>
    <item>
      <title>I have found an</title>
      <link>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042261#M46505</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I have found an AndroidManifest.xml file that contains this line:-&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;lt;uses-sdk android:minSdkVersion=“7” android:targetSdkVersion=“10”/&amp;gt;&lt;/P&gt;

&lt;P&gt;Which do I change as the error refers to 10 should be 14, but the minSdkVersion shows 7.&lt;/P&gt;

&lt;P&gt;I have tried changing 7 to 14 and 10 to 14 on separate build but get the same error.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 18:31:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042261#M46505</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2015-09-23T18:31:00Z</dc:date>
    </item>
    <item>
      <title>Ive chnaged 7 to 14 and 10 to</title>
      <link>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042262#M46506</link>
      <description>&lt;P&gt;Ive chnaged 7 to 14 and 10 to 22 (Found online) but still getting a build error&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;DIV style="color: rgb(255, 255, 255); font-family: arial; line-height: 26px; font-size: 18px; background-color: rgb(0, 0, 0);"&gt;Build Log:&lt;/DIV&gt;

&lt;UL style="color: rgb(255, 255, 255); font-family: arial; font-size: 12px; line-height: 1.6em; background-color: rgb(0, 0, 0);"&gt;
	&lt;LI&gt;Building a Cordova 5.1.1 application.&lt;/LI&gt;
	&lt;LI&gt;The application name is "iPatrolCloud"&lt;/LI&gt;
	&lt;LI&gt;The package name is "uk.ltd.codeworx.ipatrolcloud"&lt;/LI&gt;
	&lt;LI&gt;Plugin "cordova-plugin-device" (1.0.1) installed.&lt;/LI&gt;
	&lt;LI&gt;Plugin "cordova-plugin-splashscreen" (2.1.0) installed.&lt;/LI&gt;
	&lt;LI&gt;Plugin "cordova-plugin-statusbar" (1.0.0) installed.&lt;/LI&gt;
	&lt;LI&gt;Plugin "cordova-plugin-dialogs" (1.1.1) installed.&lt;/LI&gt;
	&lt;LI&gt;Plugin "cordova-plugin-geolocation" (1.0.1) installed.&lt;/LI&gt;
	&lt;LI&gt;Plugin "cordova-plugin-vibration" (1.2.0) installed.&lt;/LI&gt;
	&lt;LI&gt;Plugin "intel.xdk.camera" (1.2.3) installed.&lt;/LI&gt;
	&lt;LI&gt;Plugin "intel.xdk.device" (1.2.5) installed.&lt;/LI&gt;
	&lt;LI&gt;Plugin "cordova-plugin-legacy-whitelist" (1.1.0) installed.&lt;/LI&gt;
	&lt;LI&gt;App name updated to [iPatrolCloud]&lt;/LI&gt;
	&lt;LI&gt;Updated "minSdkVersion" with "10"&lt;/LI&gt;
	&lt;LI&gt;Updated "targetSdkVersion" with "19"&lt;/LI&gt;
	&lt;LI&gt;Updated "installLocation" to "auto"&lt;/LI&gt;
	&lt;LI&gt;Added "screenOrientation" to "portrait"&lt;/LI&gt;
	&lt;LI&gt;Updated "versionCode" to "1"&lt;/LI&gt;
	&lt;LI&gt;Updated "versionName" to "0.0.1"&lt;/LI&gt;
	&lt;LI&gt;Added "debuggable" to "false"&lt;/LI&gt;
	&lt;LI&gt;An unexpected error occured while attempting to build the application.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Say Updated minSdkVersion with 10 still.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 19:03:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042262#M46506</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2015-09-23T19:03:05Z</dc:date>
    </item>
    <item>
      <title>Can you try creating a blank</title>
      <link>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042263#M46507</link>
      <description>&lt;P&gt;Can you try creating a blank app, dont change anything (no plugin changes and no changes to the additions file), then building it?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 19:41:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042263#M46507</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-09-23T19:41:27Z</dc:date>
    </item>
    <item>
      <title>Also, don't change it in the</title>
      <link>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042264#M46508</link>
      <description>&lt;P&gt;Also, don't change it in the manifest file, change it in the build settings. (And know that if you change it to 14 - which you have to do for Crosswalk 5.1.1 - your app will no longer work on Android devices running less than Android 4.x.)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 19:56:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042264#M46508</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2015-09-23T19:56:10Z</dc:date>
    </item>
    <item>
      <title>You might be experiencing</title>
      <link>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042265#M46509</link>
      <description>&lt;P&gt;You might be experiencing build problems when you build for Android using an upgraded project. Many old projects are set to &lt;STRONG&gt;API level 10&lt;/STRONG&gt; in the “Minimum Android API” field. This works with CLI 4 (and older) but does not work with CLI 5 builds. CLI 5 builds against Cordova-Android 4.1.0, which only supports building for Andorid 4.0 and above. Android 4.0 corresponds to &lt;STRONG&gt;API level 14&lt;/STRONG&gt;, not 10.&lt;/P&gt;

&lt;P&gt;But as Pamela mentioned you&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;must change the “min android api” to 14 from 10 be sure you also know that your app will now only install on Android 4.0 and higher devices, whereas, previously, it would install on Android 2.3 and higher devices. Thus, if you want to continue to support Android 2.3+ devices they need to build with CLI 4.1.2.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 21:03:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Version-2496-Android-Build-error-with-upgraded-project/m-p/1042265#M46509</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-09-23T21:03:38Z</dc:date>
    </item>
  </channel>
</rss>

