Hi,
I am writing a library to wrap around the Xtify SDK. I am able to connect and receive standard messages no problem, however when I try and use my own reciever, i am getting the error :
java.lang.RuntimeException: Unable to instantiate receiver com.exg.xtify.myReceiver: java.lang.ClassNotFoundException: com.exg.xtify.myReceiver in loader dalvik.system.PathClassLoader[/mnt/asec/com.exg.xtify-2/pkg.apk]
In my library, I have my main class, then the myReceiver class which extends the Broadcast Receiver on a new page.
Any thoughts please ? I have checked the complied jar and both classes are in the package.
Neil
I am writing a library to wrap around the Xtify SDK. I am able to connect and receive standard messages no problem, however when I try and use my own reciever, i am getting the error :
java.lang.RuntimeException: Unable to instantiate receiver com.exg.xtify.myReceiver: java.lang.ClassNotFoundException: com.exg.xtify.myReceiver in loader dalvik.system.PathClassLoader[/mnt/asec/com.exg.xtify-2/pkg.apk]
In my library, I have my main class, then the myReceiver class which extends the Broadcast Receiver on a new page.
Any thoughts please ? I have checked the complied jar and both classes are in the package.
Neil
Last edited: