Use of external Jar in android service -
I am having a problem doing this work. In my application, I create an IntentService to offload some of the work that should be done in the background on a given thread.
This application is fine, but when it reaches the line related to the external jar, an error "can not be referenced in the class ** ** method"
This one I've been compelled for some time, so I'm grateful for some help here.
Comments
Post a Comment