shoutcast_android icon indicating copy to clipboard operation
shoutcast_android copied to clipboard

crashes saying that Table STATION does not found.

Open saidurcse opened this issue 8 years ago • 6 comments

On some devices it crashes saying that Table STATION does not found. Fix for > LOLLOPOP Version.

saidurcse avatar Jan 29 '17 11:01 saidurcse

I didn't see any change in your commit.

sandeeprana011 avatar Feb 03 '17 00:02 sandeeprana011

https://github.com/sandeeprana011/shoutcast_android/pull/13/commits/936be839ef4a86e5026fe25565ff9c74acf907c6

Commented out a few lines in the manifest.xml file.

saidurcse avatar Feb 03 '17 00:02 saidurcse

No This will mess the SugarORM configurations. Which will result in more crashes.

sandeeprana011 avatar Feb 03 '17 17:02 sandeeprana011

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

saidurcse avatar Feb 04 '17 02:02 saidurcse

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 avatar Feb 07 '17 20:02 sandeeprana011

@sandeeprana011 yes I disabled the instant run. but it did not work for me.

saidurcse avatar Feb 08 '17 00:02 saidurcse