shoutcast_android
shoutcast_android copied to clipboard
crashes saying that Table STATION does not found.
On some devices it crashes saying that Table STATION does not found. Fix for > LOLLOPOP Version.
I didn't see any change in your commit.
https://github.com/sandeeprana011/shoutcast_android/pull/13/commits/936be839ef4a86e5026fe25565ff9c74acf907c6
Commented out a few lines in the manifest.xml file.
No This will mess the SugarORM configurations. Which will result in more crashes.
I checked by using commenting lines, it solved crashes. I took this suggestion from Stackoverflow link for your reference. http://stackoverflow.com/questions/33031570/android-sugar-orm-no-such-table-exception
Nice Hunt @saidurcse Did you disable instant Run? Sometimes this error occurs if Instant Run is enabled. But if we will comment all these lines then we will loose the control over versioning of database.
@sandeeprana011 yes I disabled the instant run. but it did not work for me.