Error using spring framework in android -


i using spring framework in android getting error on these

import org.springframework.social.connect.serviceproviderconnection; import org.springframework.social.facebook.connect.facebookmobileserviceprovider;

so solution that.

you don't error is, i'll it's class not found error. solution jar contains classes , put in 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 have it, you'll have know how add jar classpath in android project.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -