-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting crash reports in the release version of the android app #116
Comments
Looks like Debug version of the android app works fine. This issue is observed only in the release version of the app. Not sure why Is there an android compatible version of this library available? |
Several other people have reported the same issue. It appears to be related to Proguard. Unfortunately, I am not familiar with Android, so I can't provide any more details. I recommend checking out the threads below. They include several solutions to the problem. Please let me know if you find a solution.
|
DAVx5 uses vcard4android, which uses ez-vcard too. Works perfectly for release builds. You can find its ProGuard rules here: https://gitlab.com/bitfireAT/davx5-ose/-/blob/dev-3.x-ose/app/proguard-rules-release.pro |
This resolves a frequently-reported Android issue where the properties file can't be found on the classpath. #116
In the latest ez-vcard release (0.11.3), I removed this The file was largely unnecessary, as most of the information in the file rarely changes. Removing the file is also better from a performance perspective, as it removes the need to perform file I/O. |
The text was updated successfully, but these errors were encountered: