Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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: ...
Mohammadreza Yektamaram's user avatar
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:...
Bala's user avatar
  • 41
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(...
Shailesh Bandil's user avatar
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 { ...
RajaReddy PolamReddy's user avatar
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 ...
Vinayak B's user avatar
  • 4,490
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....
juan's user avatar
  • 43
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 ...
mjkiscool's user avatar
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,...
rockz's user avatar
  • 121
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:...
Abdalrahman Shatou's user avatar
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:...
Keyul's user avatar
  • 759
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....
minimanimo's user avatar
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 ...
Xiaoxiong Lu's user avatar
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 ...
user2166048's user avatar
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 ...
user3604505's user avatar
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' } } ...
JoseF's user avatar
  • 1,301
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 - ...
Artist404's user avatar
  • 395
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'...
Chandru's user avatar
  • 5,962
-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 ...
tej ethical's user avatar
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: ...
Michał Klimczak's user avatar
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 ...
Muhammet Demir's user avatar
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 ...
positivevibesonly's user avatar