Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

unable to refer library project android on updated adt

Tags:

java

android

adt

I want to integrate facebook library project to my project ...

Steps i followed:

1.Imported facebook library project

2.Checked it as isLibrary


1.Imported facebook sample project

3.Added library project -facebook

Pls help to solve the problem depicted in the screenshot...

enter image description here

Edit:Problem is in ADT 20.3 .... i tried same steps in ADT 10.3 and it works fine(Just one change here instead of importing the project i created "new project from existing source" );

like image 280
vnshetty Avatar asked Oct 07 '22 06:10

vnshetty


1 Answers

First you need to build your library project, and only after that add it into main project as library.

like image 59
Artyom Kiriliyk Avatar answered Oct 13 '22 01:10

Artyom Kiriliyk