Thursday, 15 April 2010

android - Error with API Facebook -


I'm trying to add the library "Facebook" to the Android studio but without success ...

< P> I saw the official guide facebook, and also saw some videos on YouTube, but after importing the module I have problems and draws the following error:

Error: (15, 0 ) Do not find project on Project 'ANDROID_BUILD_SDK_VERSION': Facebook ..

Manually resolve it by typing the minimum version of Googling Sdk and everything else so that I may be:

android {compileSdkVersion 19 buildToolsVersion "20.0.0" defaultConfig {minSdkVersion 8 targetSdkVersion 19}

The error is dragging me down now:

Error: (111, 0) setTargetInfo ( Can not call getBootClasspath () before calling

And not until ...

What is the matter?

Hello and thank you!

I'm pretty sure your problem is here that you are using the Gradeple plugin version 1.1.0 Are there. Something like this:

  Dependency {classpath 'com.android.tools.build:gradle:1.1.0'}  

As you can read here :, This is a bug in the version 1.1.0 Grade. You can convert this version value to 1.1.1 or higher:

  dependency {classpath 'com.android.tools.build:gradle:1.1.1'}  < / Ex> 

PS You can find the Project Dependency Squad in the build.gradle file under your external project directory.


No comments:

Post a Comment