<?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 Fb plugin addition in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Fb-plugin-addition/m-p/1111083#M72249</link>
    <description>&lt;P&gt;I got this error in build log after adding a fb plugin&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;All input files are considered out-of-date for incremental task ':CordovaLib:transformNative_libsWithMergeJniLibsForDebug'.
:CordovaLib:transformNative_libsWithMergeJniLibsForDebug (Thread[main,5,main]) completed. Took 0.003 secs.
:CordovaLib:transformNative_libsWithSyncJniLibsForDebug (Thread[main,5,main]) started.
:CordovaLib:transformNative_libsWithSyncJniLibsForDebug
Executing task ':CordovaLib:transformNative_libsWithSyncJniLibsForDebug' (up-to-date check took 0.0 secs) due to:
  No history is available.

Merging activity#com.facebook.FacebookActivity with lower [com.facebook.android:facebook-android-sdk:4.14.1] AndroidManifest.xml:29:9-32:75
Merging result:ERROR
.../cordova_project/platforms/android/AndroidManifest.xml:16:5-74 Error:
	uses-sdk:minSdkVersion 14 cannot be smaller than version 15 declared in library [com.facebook.android:facebook-android-sdk:4.14.1] .../cordova_project/platforms/android/build/intermediates/exploded-aar/com.facebook.android/facebook-android-sdk/4.14.1/AndroidManifest.xml
	Suggestion: use tools:overrideLibrary="com.facebook" to force usage

See &lt;A href="http://g.co/androidstudio/manifest-merger" target="_blank"&gt;http://g.co/androidstudio/manifest-merger&lt;/A&gt; for more information about the manifest merger.

:processArmv7ReleaseManifest FAILED
:processArmv7ReleaseManifest (Thread[main,5,main]) completed. Took 0.104 secs.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':processArmv7ReleaseManifest'.
&amp;gt; Manifest merger failed : uses-sdk:minSdkVersion 14 cannot be smaller than version 15 declared in library [com.facebook.android:facebook-android-sdk:4.14.1] .../cordova_project/platforms/android/build/intermediates/exploded-aar/com.facebook.android/facebook-android-sdk/4.14.1/AndroidManifest.xml
  	Suggestion: use tools:overrideLibrary="com.facebook" to force usage
&lt;/PRE&gt;

&lt;P&gt;Please help me&amp;nbsp;out.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2017 13:06:32 GMT</pubDate>
    <dc:creator>AVish2</dc:creator>
    <dc:date>2017-03-06T13:06:32Z</dc:date>
    <item>
      <title>Fb plugin addition</title>
      <link>https://community.intel.com/t5/Software-Archive/Fb-plugin-addition/m-p/1111083#M72249</link>
      <description>&lt;P&gt;I got this error in build log after adding a fb plugin&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;All input files are considered out-of-date for incremental task ':CordovaLib:transformNative_libsWithMergeJniLibsForDebug'.
:CordovaLib:transformNative_libsWithMergeJniLibsForDebug (Thread[main,5,main]) completed. Took 0.003 secs.
:CordovaLib:transformNative_libsWithSyncJniLibsForDebug (Thread[main,5,main]) started.
:CordovaLib:transformNative_libsWithSyncJniLibsForDebug
Executing task ':CordovaLib:transformNative_libsWithSyncJniLibsForDebug' (up-to-date check took 0.0 secs) due to:
  No history is available.

Merging activity#com.facebook.FacebookActivity with lower [com.facebook.android:facebook-android-sdk:4.14.1] AndroidManifest.xml:29:9-32:75
Merging result:ERROR
.../cordova_project/platforms/android/AndroidManifest.xml:16:5-74 Error:
	uses-sdk:minSdkVersion 14 cannot be smaller than version 15 declared in library [com.facebook.android:facebook-android-sdk:4.14.1] .../cordova_project/platforms/android/build/intermediates/exploded-aar/com.facebook.android/facebook-android-sdk/4.14.1/AndroidManifest.xml
	Suggestion: use tools:overrideLibrary="com.facebook" to force usage

See &lt;A href="http://g.co/androidstudio/manifest-merger" target="_blank"&gt;http://g.co/androidstudio/manifest-merger&lt;/A&gt; for more information about the manifest merger.

:processArmv7ReleaseManifest FAILED
:processArmv7ReleaseManifest (Thread[main,5,main]) completed. Took 0.104 secs.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':processArmv7ReleaseManifest'.
&amp;gt; Manifest merger failed : uses-sdk:minSdkVersion 14 cannot be smaller than version 15 declared in library [com.facebook.android:facebook-android-sdk:4.14.1] .../cordova_project/platforms/android/build/intermediates/exploded-aar/com.facebook.android/facebook-android-sdk/4.14.1/AndroidManifest.xml
  	Suggestion: use tools:overrideLibrary="com.facebook" to force usage
&lt;/PRE&gt;

&lt;P&gt;Please help me&amp;nbsp;out.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 13:06:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Fb-plugin-addition/m-p/1111083#M72249</guid>
      <dc:creator>AVish2</dc:creator>
      <dc:date>2017-03-06T13:06:32Z</dc:date>
    </item>
    <item>
      <title>The answer is right there, in</title>
      <link>https://community.intel.com/t5/Software-Archive/Fb-plugin-addition/m-p/1111084#M72250</link>
      <description>&lt;P&gt;The answer is right there, in the error log you posted:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;uses-sdk:minSdkVersion 14 cannot be smaller than version 15 declared in library&lt;/PRE&gt;

&lt;P&gt;You need to set the "Minimum Android API" to 15. See image below:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2017-03-06 at 08.54.21 .png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9409i2D9A532C1AFC5D5F/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screen Shot 2017-03-06 at 08.54.21 .png" alt="Screen Shot 2017-03-06 at 08.54.21 .png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 16:56:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Fb-plugin-addition/m-p/1111084#M72250</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-03-06T16:56:34Z</dc:date>
    </item>
  </channel>
</rss>

