문제

I've download the Dropbox Android API, unpacked the sample project and opened it in Eclipse. However it has trouble with importing the API:

import com.dropbox.client.DropboxAPI;
import com.dropbox.client.DropboxAPI.Config;

it can't find it. I have dropbox-client-1.0-SNAPSHOT.jar in the lib folder of my project, which is where I assume these classes are, but it can't access them. What do I need to do to get up and running?

도움이 되었습니까?

해결책

Ok, I've fixed this, I needed to add the jars to the Java Build Path in the Project's Properties.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top