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

Popular posts from this blog

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -