Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can not connect actionbarsherlock to the project

I downloaded .zip file actionbarsherlock of http://actionbarsherlock.com/download.html. unpacked. created a new project in eclipse from the source actionbarsherlock folder library. compiled for android 3.2-Google API. in the project properties android said checkbox is library. compile your project by android 3.2-Google API. open the project properties android, trying to add a library actionbarsherlock, apply, ok. but nothing happens. open the properties of their project and the library actionbarsherlock marked a red cross. using JRE 1.6. Can someone tell what I'm doing wrong or a good link to instructions? Sorry google translate

like image 884
dozhdik Avatar asked Dec 21 '22 01:12

dozhdik


1 Answers

The library project must be on the same partition as your project. When you have them on the same partition, Eclipse adds the library using a relative path and it works.

like image 114
Ionut Bilica Avatar answered Jan 08 '23 00:01

Ionut Bilica