<?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 Paul, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034033#M43181</link>
    <description>&lt;P&gt;Paul,&lt;/P&gt;

&lt;P&gt;I decided to turn back to XDK-EA that worked better than the latest XDK, but the problem I mentioned happens with XDk-EA.&lt;/P&gt;

&lt;P&gt;2 Weeks ago this problem with XDk-EA did not happen. I think something strange happened in the build system.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 26 Sep 2015 07:04:00 GMT</pubDate>
    <dc:creator>Andrea_C_</dc:creator>
    <dc:date>2015-09-26T07:04:00Z</dc:date>
    <item>
      <title>Intel XDK Android Crosswalk app crashes on Facebook Connect plugin login function invoke</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034020#M43168</link>
      <description>&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;I have been working with Intel XDK and Facebook Connect plugin for a few months now with no issues until last night when I compiled an Android Crosswalk version that built successfully, but crashed as soon as you invoke the Facebook login function.&amp;nbsp; After several attempts to remove and re-add the plugin and recompile, the issue still resides between myself and two other developers. &amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;The strange thing is previous builds still had no issues while the newer ones crashed on FB login attempt. &amp;nbsp;&lt;/SPAN&gt;Error message returned is:&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;"Unfortunately, AppName has stopped."&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;Here is a link to the FB Connect GitHub repo:&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;A href="https://github.com/Wizcorp/phonegap-facebook-plugin" target="_blank"&gt;&lt;/A&gt;&lt;A href="https://github.com/Wizcorp/" target="_blank"&gt;https://github.com/Wizcorp/&lt;/A&gt;&lt;WBR /&gt;phonegap-facebook-plugin&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;Here is a list of things we tried with no success:&lt;/P&gt;

&lt;UL style="font-size: 13.008px; line-height: 19.512px;"&gt;
	&lt;LI&gt;Uninstall and re-install FB Connect plugin.&lt;/LI&gt;
	&lt;LI&gt;Uninstall Intel XDK, restart machine, and reinstall XDK.&lt;/LI&gt;
	&lt;LI&gt;Created a separate project with only the FB Connect plugin installed and a link to invoke the login function.&lt;/LI&gt;
	&lt;LI&gt;Changed application name, package name, and versions.&lt;/LI&gt;
	&lt;LI&gt;Changed CLI version, currently working with 5.1.1.&amp;nbsp; Tried 4.1.2 as well.&lt;/LI&gt;
	&lt;LI&gt;Installed plugin locally and Intel XDK option in Included Plugins section.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;Other settings:&lt;/P&gt;

&lt;UL style="font-size: 13.008px; line-height: 19.512px;"&gt;
	&lt;LI&gt;Android Crosswalk embedded v11&lt;/LI&gt;
	&lt;LI&gt;Min. Android API: 14&lt;/LI&gt;
	&lt;LI&gt;Max. Android API: 23&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;CLI Version 5.1.1&lt;/SPAN&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Install Location: auto&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Other things to note:&lt;/SPAN&gt;&lt;/P&gt;

&lt;UL style="font-size: 13.008px; line-height: 19.512px;"&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;It still compiles and runs fine in iOS.&lt;/SPAN&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;It still compiles and runs fine when setup in a PhoneGap environment.&lt;/SPAN&gt;&lt;/LI&gt;
	&lt;LI&gt;Building in Intel XDK with the regular Android version returns error saying that the FB Connect plugin could not be installed.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;Here is a build log from Google:&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;java.lang.&lt;WBR /&gt;NoClassDefFoundError: Failed resolution of: Lcom/facebook/android/R$&lt;WBR /&gt;layout;&lt;BR /&gt;
	&amp;nbsp;at com.facebook.LoginActivity.&lt;WBR /&gt;onCreate(LoginActivity.java:&lt;WBR /&gt;57)&lt;BR /&gt;
	&amp;nbsp;at android.app.Activity.&lt;WBR /&gt;performCreate(Activity.java:&lt;WBR /&gt;6289)&lt;BR /&gt;
	&amp;nbsp;at android.app.Instrumentation.&lt;WBR /&gt;callActivityOnCreate(&lt;WBR /&gt;Instrumentation.java:1119)&lt;BR /&gt;
	&amp;nbsp;at android.app.ActivityThread.&lt;WBR /&gt;performLaunchActivity(&lt;WBR /&gt;ActivityThread.java:2665)&lt;BR /&gt;
	&amp;nbsp;at android.app.ActivityThread.&lt;WBR /&gt;handleLaunchActivity(&lt;WBR /&gt;ActivityThread.java:2777)&lt;BR /&gt;
	&amp;nbsp;at android.app.ActivityThread.&lt;WBR /&gt;access$900(ActivityThread.&lt;WBR /&gt;java:179)&lt;BR /&gt;
	&amp;nbsp;at android.app.ActivityThread$H.&lt;WBR /&gt;handleMessage(ActivityThread.&lt;WBR /&gt;java:1462)&lt;BR /&gt;
	&amp;nbsp;at android.os.Handler.&lt;WBR /&gt;dispatchMessage(Handler.java:&lt;WBR /&gt;102)&lt;BR /&gt;
	&amp;nbsp;at android.os.Looper.loop(Looper.&lt;WBR /&gt;java:145)&lt;BR /&gt;
	&amp;nbsp;at android.app.ActivityThread.&lt;WBR /&gt;main(ActivityThread.java:5972)&lt;BR /&gt;
	&amp;nbsp;at java.lang.reflect.Method.&lt;WBR /&gt;invoke(Native Method)&lt;BR /&gt;
	&amp;nbsp;at java.lang.reflect.Method.&lt;WBR /&gt;invoke(Method.java:372)&lt;BR /&gt;
	&amp;nbsp;at com.android.internal.os.&lt;WBR /&gt;ZygoteInit$&lt;WBR /&gt;MethodAndArgsCaller.run(&lt;WBR /&gt;ZygoteInit.java:1399)&lt;BR /&gt;
	&amp;nbsp;at com.android.internal.os.&lt;WBR /&gt;ZygoteInit.main(ZygoteInit.&lt;WBR /&gt;java:1194)&lt;BR /&gt;
	Caused by: java.lang.&lt;WBR /&gt;ClassNotFoundException: Didn't find class "com.facebook.android.R$&lt;WBR /&gt;layout" on path: DexPathList[[zip file "/data/app/com.package.name-1/&lt;WBR /&gt;base.apk"],&lt;WBR /&gt;nativeLibraryDirectories=[/&lt;WBR /&gt;data/app/com.package.name-1/&lt;WBR /&gt;lib/arm, /vendor/lib, /system/lib]]&lt;BR /&gt;
	&amp;nbsp;at dalvik.system.&lt;WBR /&gt;BaseDexClassLoader.findClass(&lt;WBR /&gt;BaseDexClassLoader.java:56)&lt;BR /&gt;
	&amp;nbsp;at java.lang.ClassLoader.&lt;WBR /&gt;loadClass(ClassLoader.java:&lt;WBR /&gt;511)&lt;BR /&gt;
	&amp;nbsp;at java.lang.ClassLoader.&lt;WBR /&gt;loadClass(ClassLoader.java:&lt;WBR /&gt;469)&lt;BR /&gt;
	&amp;nbsp;... 14 more&lt;BR /&gt;
	&amp;nbsp;Suppressed: java.lang.&lt;WBR /&gt;ClassNotFoundException: com.facebook.android.R$layout&lt;BR /&gt;
	&amp;nbsp; at java.lang.Class.classForName(&lt;WBR /&gt;Native Method)&lt;BR /&gt;
	&amp;nbsp; at java.lang.BootClassLoader.&lt;WBR /&gt;findClass(ClassLoader.java:&lt;WBR /&gt;781)&lt;BR /&gt;
	&amp;nbsp; at java.lang.BootClassLoader.&lt;WBR /&gt;loadClass(ClassLoader.java:&lt;WBR /&gt;841)&lt;BR /&gt;
	&amp;nbsp; at java.lang.ClassLoader.&lt;WBR /&gt;loadClass(ClassLoader.java:&lt;WBR /&gt;504)&lt;BR /&gt;
	&amp;nbsp; ... 15 more&lt;BR /&gt;
	&amp;nbsp;Caused by: java.lang.&lt;WBR /&gt;NoClassDefFoundError: Class not found using the boot class loader; no stack available&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2015 21:45:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034020#M43168</guid>
      <dc:creator>Joshua_R_</dc:creator>
      <dc:date>2015-09-18T21:45:55Z</dc:date>
    </item>
    <item>
      <title>Haven't received a response</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034021#M43169</link>
      <description>&lt;P&gt;Haven't received a response yet, but I'm willing to bet it's an issue somewhere on their build server.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2015 16:54:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034021#M43169</guid>
      <dc:creator>Joshua_R_</dc:creator>
      <dc:date>2015-09-20T16:54:21Z</dc:date>
    </item>
    <item>
      <title>After updating xdk - same</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034022#M43170</link>
      <description>&lt;P&gt;After updating xdk - same problem here.&lt;/P&gt;

&lt;P&gt;Did someone find a solution?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 15:37:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034022#M43170</guid>
      <dc:creator>Mathias_J_</dc:creator>
      <dc:date>2015-09-23T15:37:57Z</dc:date>
    </item>
    <item>
      <title>Well, I am having general</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034023#M43171</link>
      <description>&lt;P&gt;Well, I am having general problems with the new version and some other plugins, but my main goal this week was to integrate the facebook plugin you referenced here, so it looks like the week will be a total washout. Good times. Maybe best use of my time will be setting up an alternative build process and moving on. I would sincerely miss the excellent on-device debugging, but with some of the issues lately I feel like the XDK is becoming just one more thing to wrangle, rather than a tool in service of higher net productivity. :-(&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 16:53:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034023#M43171</guid>
      <dc:creator>Barry_Johnson</dc:creator>
      <dc:date>2015-09-23T16:53:43Z</dc:date>
    </item>
    <item>
      <title>Haven't tried since last week</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034024#M43172</link>
      <description>&lt;P&gt;Haven't tried since last week, but it appears many others are having the same issue. &amp;nbsp;Switched back to a PhoneGap environment in a few minutes without issues.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 16:57:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034024#M43172</guid>
      <dc:creator>Joshua_R_</dc:creator>
      <dc:date>2015-09-23T16:57:37Z</dc:date>
    </item>
    <item>
      <title>Same problem here. </title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034025#M43173</link>
      <description>&lt;P&gt;Same problem here.&amp;nbsp;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;No use for Crosswalk if I can't use the facebook connect plugin....&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 12:21:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034025#M43173</guid>
      <dc:creator>Theo_v_</dc:creator>
      <dc:date>2015-09-24T12:21:17Z</dc:date>
    </item>
    <item>
      <title>Seems to be fixed with</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034026#M43174</link>
      <description>&lt;P&gt;Seems to be fixed with Facebook Connect plugin version 0.11.0 &amp;nbsp;and Cordova CLI Version 5.1.1&amp;nbsp;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;:)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 12:58:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034026#M43174</guid>
      <dc:creator>Theo_v_</dc:creator>
      <dc:date>2015-09-24T12:58:11Z</dc:date>
    </item>
    <item>
      <title>There is an issue with the</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034027#M43175</link>
      <description>&lt;P&gt;There is an issue with the Crosswalk 7, 10, 11, 12 and 14 builds that we may have fixed. Probably will go live tomorrow. In the meantime, use the CLI 5.1.1 option and build with Crosswalk 15 or use the Crosswalk shared mode option, those two versions are not affected by this problem (I am speculating that the problem being fixed affects the Facebook plugin, but Theo's last post provides some affirmation that I may be correct).&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 00:08:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034027#M43175</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-09-25T00:08:12Z</dc:date>
    </item>
    <item>
      <title>I am having the same problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034028#M43176</link>
      <description>&lt;P&gt;I am having the same problem too, this is the crash log:&lt;/P&gt;

&lt;DIV style="box-sizing: border-box; outline-color: rgb(76, 184, 202); margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 13px; line-height: 18px; font-family: monospace; vertical-align: baseline; color: rgb(34, 34, 34); word-wrap: break-word; white-space: pre; background-color: rgb(245, 245, 245);"&gt;
	&lt;PRE class="brush:xml;"&gt;java.lang.NoClassDefFoundError: com.facebook.android.R$layout
	at com.facebook.LoginActivity.onCreate(LoginActivity.java:57)
	at android.app.Activity.performCreate(Activity.java:5231)
	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2271)
	at android.app.ActivityThread.access$800(ActivityThread.java:144)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1205)
	at android.os.Handler.dispatchMessage(Handler.java:102)
	at android.os.Looper.loop(Looper.java:136)
	at android.app.ActivityThread.main(ActivityThread.java:5146)
	at java.lang.reflect.Method.invokeNative(Native Method)
	at java.lang.reflect.Method.invoke(Method.java:515)
	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:732)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
	at dalvik.system.NativeStart.main(Native Method)&lt;/PRE&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 25 Sep 2015 13:12:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034028#M43176</guid>
      <dc:creator>Andrea_C_</dc:creator>
      <dc:date>2015-09-25T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Andrea -- do you see this</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034029#M43177</link>
      <description>&lt;P&gt;Andrea -- do you see this crash if you build the app against the shared mode or using CW15 in the CLI 5.1.1 build option?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 17:28:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034029#M43177</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-09-25T17:28:41Z</dc:date>
    </item>
    <item>
      <title>This is The crash report seen</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034030#M43178</link>
      <description>This is The crash report seen in The play store using cw7. It's a serious issue for us.</description>
      <pubDate>Fri, 25 Sep 2015 19:02:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034030#M43178</guid>
      <dc:creator>Andrea_C_</dc:creator>
      <dc:date>2015-09-25T19:02:20Z</dc:date>
    </item>
    <item>
      <title>I cannot at the moment</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034031#M43179</link>
      <description>I cannot at the moment upgrade to CLI 5.1.1 as git plugins are broken using The latest version of xdk.</description>
      <pubDate>Fri, 25 Sep 2015 19:04:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034031#M43179</guid>
      <dc:creator>Andrea_C_</dc:creator>
      <dc:date>2015-09-25T19:04:40Z</dc:date>
    </item>
    <item>
      <title>Andrea, are your project</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034032#M43180</link>
      <description>&lt;P&gt;Andrea, are your project files located on a different drive than where you installed the XDK? In other words, is the XDK installed on C: and are your project files installed on D: ? If so, that is the problem behind that git pull bug. We have a fix in process (it is a bug in the underlying Cordova plugin code). In the meantime, if this is the case for you move your project directory to the same drive as the XDK install directory and the git pulls should work so you can try 5.1.1.&lt;/P&gt;

&lt;P&gt;An alternative is to clone the git repo plugins you need locally (you can use the ZIP download option if you don't have git installed) onto the same drive as that which holds the XDK and then do a local import from those copies on your local drive.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 22:52:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034032#M43180</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-09-25T22:52:28Z</dc:date>
    </item>
    <item>
      <title>Paul,</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034033#M43181</link>
      <description>&lt;P&gt;Paul,&lt;/P&gt;

&lt;P&gt;I decided to turn back to XDK-EA that worked better than the latest XDK, but the problem I mentioned happens with XDk-EA.&lt;/P&gt;

&lt;P&gt;2 Weeks ago this problem with XDk-EA did not happen. I think something strange happened in the build system.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2015 07:04:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034033#M43181</guid>
      <dc:creator>Andrea_C_</dc:creator>
      <dc:date>2015-09-26T07:04:00Z</dc:date>
    </item>
    <item>
      <title>@Andrea -- are you still</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034034#M43182</link>
      <description>&lt;P&gt;@Andrea -- are you still experiencing build failures with the Facebook Connect plugin on CLI 5.1.1? Your last note indicated that you needed to use the additions.xml file to build with CLI 5.1.1, but that you could use the plugin manager when building for CLI 4.1.2. Is this still the case?&lt;/P&gt;

&lt;P&gt;One of my colleagues put together a simple test app that performs a Facebook login using that plugin and was able to cover the full matrix of builds with success. Also, Barry found an odd problem associated with copy/paste of hidden characters into the plugin parameter fields (this is an odd problem, but could be something you're running into, here's a link to an explanation &lt;A href="https://software.intel.com/en-us/forums/intel-xdk/topic/594985)" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-xdk/topic/594985)&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 17:14:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034034#M43182</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-10-05T17:14:00Z</dc:date>
    </item>
    <item>
      <title>Hey @Paul, thanks for the</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034035#M43183</link>
      <description>&lt;P&gt;Hey @Paul, thanks for the link, I had the problem with the extra characters when are hidden from view, because I have been copy/paste when I did the plugin installation,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 14.4px;"&gt;Thanks a lot Paul ;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2015 19:58:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-XDK-Android-Crosswalk-app-crashes-on-Facebook-Connect/m-p/1034035#M43183</guid>
      <dc:creator>ILoza</dc:creator>
      <dc:date>2015-11-29T19:58:53Z</dc:date>
    </item>
  </channel>
</rss>

