libreliodev / android

Android Customizable Reader - Librelio Digital Publishing Suite
www.librelio.com
226 stars 129 forks source link

App Eco 73 crashed at startup on a Galaxy Tab #148

Closed libreliodev closed 11 years ago

libreliodev commented 11 years ago

See crash report at https://gist.github.com/libreliodev/5452174

By the way, the first 3 apps are available on Google Play: https://play.google.com/store/apps/details?id=com.sopreda2.actives

cc @moskvin @suntehnik @intrications

libreliodev commented 11 years ago

Could not reproduce crash, maybe cache issue.

intrications commented 11 years ago

It looks like it was caused by the following:

copyFromAssets Magazines.plist => /data/data/com.sopreda2.eco73/app_librelio/Magazines.plist

&

FileNotFoundException: /data/data/com.sopreda2.eco73/app_librelio/magazines.plist: open failed: ENOENT (No such file or directory)

The file has accidentally been named Magazines.plist rather than magazine.plist, with a capitial M rather than lower case.

libreliodev commented 11 years ago

@intrications OK, fixed now. Many thanks