开发者

Dropbox Android API sample project won't run

开发者 https://www.devze.com 2023-02-04 01:04 出处:网络
I\'ve download the Dropbox Android API, unpacked the sample project and opened it in Eclipse. However it has trouble with importing the API:

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 proj开发者_如何学JAVAect, 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消