All Questions
Tagged with facebook-android-sdk android-gradle-plugin
21 questions
6
votes
4
answers
4k
views
Error after adding Facebook login dependency in Android
I want to integrate my app with facebook login, but when adding below dependency and syncing Gradle:
implementation 'com.facebook.android:facebook-android-sdk:[5,6)'
I got the following errors:
...
0
votes
1
answer
550
views
Upgrade facebook audience-network sdk Error?
I am Updating the facebook Audience Network SDK then Following Error Occurs.
FAILURE: Build failed with an exception.
What went wrong: Could not resolve all files for configuration ':app:...
1
vote
1
answer
627
views
Facebook Account Kit not working with com.google.android.gms gradle
Why Facebook AccountKitActivity not performing and show blank screen in one project but its working fine with another project the gradle dependency for my not working code is here
compile fileTree(...
1
vote
1
answer
718
views
Facebook sdk in Android Studio causes no resource found error
Adding the Facebook sdk to my application causing this error, unable to solve this. Please check below files.
build.gradle file
apply plugin: 'com.android.application'
dependencies {
...
25
votes
17
answers
56k
views
Failed to resolve: com.facebook.android:facebook-android-sdk:[4,5)
I am using facebook sdk in my project. Facebook SDK works fine till yesterday. but today when I open my project , the build failed and shows error as follows
Error:A problem occurred configuring ...
1
vote
0
answers
68
views
Issue with facebook sdk and itextg
In my proyect I have this dependecies:
compile ('com.twitter.sdk.android:twitter:2.2.0@aar'){
transitive=true;
}
compile 'com.google.android.gms:play-services-maps:11.2.0'
compile 'com.google....
0
votes
1
answer
480
views
Gradle build error after adding facebook dependency in Android Studio
I am creating an android app currently using firebase and facebook. I am trying to add a facebook login button, but when I add the line compile 'com.facebook.android:facebook-android-sdk:[4,5)' I get ...
1
vote
2
answers
297
views
Error when putting facebook dependency in android app
I am creating a facebook login option in android app in Android Studio. When i put
compile group: 'com.facebook.android', name: 'facebook-android-sdk', version: '4.26.0'
dependency in build.gradle,...
2
votes
0
answers
171
views
Facebook SDK Causes Warning in app Gradle File (Android Studio)
I am using the following dependency
compile 'com.facebook.android:facebook-android-sdk:4.+'
compile "com.android.support:support-v4:${rootProject.ext.supportLibVersion}"
compile "com.android.support:...
5
votes
2
answers
2k
views
Facebook Audience Network Ad Sdk dependency giving run time error in Android App
While adding below dependency in build.gradle
compile 'com.facebook.android:audience-network-sdk:4.+'
The run project is giving error
Error:Execution failed for task ':app:...
1
vote
3
answers
16k
views
Process 'command 'C:\Program Files\Java\jdk1.8.0_25\bin\java.exe'' finished with non-zero exit value 2
i've some error with my project. I'm Android beginner.
When I try to compile my app I get a following error
Error:Execution failed for task ':app:transformClassesWithDexForDebug'.
com.android....
0
votes
1
answer
330
views
Android create .aar files using different Facebook SDK versions
I would like to build my app client side compatible with both Facebook Android SDK 3.x and 4.x since Facebook Android SDK deprecated "Session" class.
How can I write the build.gradle to create one ...
0
votes
2
answers
2k
views
android libpng warning: iCCP: Not recognizing known sRGB profile that has been edited (repeating as no solution)
I am sorry for repeating same question as all solutions on net which I could try failed in to solve my problem.
I have installed many times Linux Mint 17.2 with different Java , android SDKs, i386 ...
1
vote
1
answer
1k
views
Error when adding Facebook SDK to Android Studio build.gradle
I have tried manually adding a module and have followed a number of guides to add the facebook sdk. Nothing has worked! Currently, I am simply trying to add it to my build.gradle file but this also ...
2
votes
1
answer
833
views
How add correctly the appcompat library to android project?
This is my build.gradle file:
buildscript {
repositories {
mavenCentral()
// Configuration for Fabric
jcenter()
maven { url 'https://maven.fabric.io/public' }
}
...
0
votes
1
answer
214
views
Cant integrate Facebook SDK Android with gradle
I have tried all the exclusion but i always get dexindexoverflow exception.
Every time I use it, it always gives the same error.
Along with facebook, I also want to integrate digits by fabric - ...
0
votes
2
answers
1k
views
Getting error while adding Facebook SDK in build.gradle
I am working on a project where I need to implement facebook login. For that purpose I followed the steps from the developer website as mentioned. But unfortunately getting build error after adding'...
-1
votes
1
answer
198
views
Error while setting up facebook android sdk v4 in eclipse using gradle
I have been trying to get the facebook sdk v4 to work with my existing libgdx android project. Here are the steps i took:
¹. Imported facebook android sdk v4 as gradle project to my workspace. Went ...
20
votes
2
answers
35k
views
java.exe finished with non-zero exit value 2 when using Facebook SDK
When I try to compile my app I get a following error
Error:Execution failed for task ':app:dexDebug'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: ...
11
votes
5
answers
14k
views
Android Studio Gradle error "Multiple dex files define..."
My Project was working fine, when I have added facebook sdk into my project I have an error like this, I have tried so many ways to fix this, but I didn't. What should I do?
Error:Execution failed ...
104
votes
12
answers
160k
views
using facebook sdk in Android studio
I'm following Facebook SDK for Android using Android Studio. When I run my application I'm getting the below mentioned warning.
Gradle: module 'facebook' won't be compiled. Unfortunately you can't ...