tyczj / ExtendedCalendarView

Apache License 2.0
507 stars 182 forks source link

Runtime Error while implementing this library to my project. #101

Open GouthamIyyapan opened 9 years ago

GouthamIyyapan commented 9 years ago

Error msg: java.lang.SecurityException: Permission Denial: opening provider com.tyczj.extendedcalendarview.CalendarProvider from ProcessRecord{38c10969 7019:com.noroc.binge.debug/u0a267} (pid=7019, uid=10267) requires signature or signature

This issue was already opened and closed years before but itseems that neither of the solutions provided were really working. Please provide a working solution.

Solutions tried:

  1. Tried removing exported tag in AndroidManifest.xml -- din't work. 2.Tried changing calendarprovider to Calendarprovider (Uppercase C) under authorities tag in AndroidManifest.xml -- din't work.

Error occured in Day.java, Line:122 -- first line of doInBackground. image

Basma-srour commented 8 years ago

why there is no answer??