[android-developers] Not able to access custom content provider.

2011-09-30 Thread Pradeep
Hi All Android Developers, I am trying to access the content provider I created "MyContentProvider" in another application(.apk) through MyContentProvider.Content_URI. But I am getting an runtime exception like noClassDefFoundError. If I use the complete URI like "Content:// abc.com.provider/book

Re: [android-developers] Not able to access custom content provider.

2011-09-30 Thread Mark Murphy
On Thu, Sep 29, 2011 at 10:35 PM, Pradeep wrote: > I am trying to access the content provider I created > "MyContentProvider" in another application(.apk) through > MyContentProvider.Content_URI. But I am getting an runtime  exception > like noClassDefFoundError. Of course. That class is not in y