开发者

Error using spring framework in android

开发者 https://www.devze.com 2023-03-04 08:02 出处:网络
I am using spring framework in android but we getting error on these import org.springframework.social.connect.ServiceProviderConnection;

I am using spring framework in android but we getting error on these

import org.springframework.social.connect.ServiceProviderConnection; import org.springfram开发者_运维问答ework.social.facebook.connect.FacebookMobileServiceProvider;

So what is the solution for that.


You don't say what the error is, so I'll get it's a class not found error. The solution is to get the JAR that contains those classes and put it in your CLASSPATH.

This URL might help:

https://github.com/SpringSource/spring-social/commits/master/spring-social-core/src/main/java/org/springframework/social/connect/support/ConnectionRepository.java

Once you have it, you'll have to know how to add a JAR to your CLASSPATH in your Android project.

0

精彩评论

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