For my facebook library, i am directed to enter the following into the manifest editor...
I entered this into the manifest editor....
This is the error...line 30 = AddActivityText(<android:name="com.facebook.FacebookActivity"
Also...
Why is android:label="@string/app_name" relevant here?
and here...(another facebook manifest entry)
B4X:
<activity android:name="com.facebook.FacebookActivity"
android:configChanges=
"keyboard|keyboardHidden|screenLayout|screenSize|orientation"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:label="@string/app_name" />
I entered this into the manifest editor....
B4X:
AddActivityText(<android:name="com.facebook.FacebookActivity"
android:configChanges=
"keyboard|keyboardHidden|screenLayout|screenSize|orientation"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:label="@string/app_name" />)
This is the error...line 30 = AddActivityText(<android:name="com.facebook.FacebookActivity"
B4X:
B4A version: 5.80
Parsing code. (0.20s)
Compiling code. Error
Error parsing manifest script:
Line = 30, Word = (
Two parameters expected.
Also...
Why is android:label="@string/app_name" relevant here?
and here...(another facebook manifest entry)
B4X:
<application android:label="@string/app_name" ...>
...
<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id"/>
...
</application>
Last edited: