Tuesday, 15 March 2011

android - GoViral Social Media AIR extension - Facebook integration -


I have a problem with Govière ANE for iOS / Android -

whenever I try to make The app, either as debug or full package build, build fails. I do not get any error messages at all, and trying to manually install .apk on Android devices does not get much from the 'App installation unsuccessful' message.

I have been able to get the app, App-App Removing the code from the XML file is removing the code below, which I have copied from the googling plugin, starting pdf. After deleting it I can create the app, and install it on my device, but can not use the Facebook part of the GoViral plugin.

  & lt; Application & gt; & Lt; Activity Android: name = "com.facebook.LoginActivity" Android: Theme = "@Android: Style / Theme Transcellant. Any title" Android: label = "Login" /> & Lt; Provider Android: Authority = "com.facebook.app.NativeAppCallContentProviderXXXXXXXX" Android: name = "com.facebook.NativeAppCallContentProvider" /> & Lt; Meta-Data Android: name = "air.com.blugames.popartify.ApplicationId" Android: value = "XXXXXXXX" /> & Lt; / Application & gt;  

I changed the XXXXXXXX with my Facebook ID in the app, but I have hidden it here

I do not see anything wrong in this code. But I am not familiar with the XML side of Air Development.

Does anyone ever see anything before / after this problem? Any help would be appreciated, thanks.

Are you using the latest ANE? V4.6.0 and the latest AIR SDK 17.0.0.124?

Here is a copy of my manifest. Note that this does not include the first line but it works.

  & lt; Meta-Data Android: name = "air.com.yourcompany.example.ApplicationId" Android: value = "000000000000000" />  

....

& lt; Android & gt; & Lt; ManifestAdditions & gt; & Lt ;! [CDATA [& lt; MANIFEST ANDROID: installLocation = "auto" & gt; & Lt; Use-sdk android: minSdkVersion = "14" Android: targetSdkVersion = "14" /> & Lt; Usage-permission Android: name = "android.permission.WRITE_EXTERNAL_STORAGE" /> & Lt; Usage-permission Android: name = "android.permission.INTERNET" /> & Lt; Usage-permission Android: name = "android.permission.READ_PHONE_STATE" /> & Lt; Usage-permission Android: name = "android.permission.ACCESS_NETWORK_STATE" /> & Lt; Usage-permission Android: name = "android.permission.ACCESS_WIFI_STATE" / & gt; & Lt; Activity Android: name = "com.facebook.LoginActivity" Android: Theme = "@Android: Style / Theme Transcellant. Any title" Android: label = "Login" /> & Lt; Provider Android: Officials = "com.facebook.app.NativeAppCallContentProvider2154XXXXXXXXXXX" Android: Name = "com.facebook.NativeAppCallContentProvider" /> & Lt; / Application & gt; & Lt; / Reveal & gt;]] & gt; & Lt; / ManifestAdditions & gt; & Lt; / Android & gt;

No comments:

Post a Comment