Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top