Library crashing in devices running KitKat
See original GitHub issueAccording to the Readme:
Minimum SDK 19 (Android 4.4): A way to increase security is to cap older implementation. SDK 19 seems to be a good compromise where most of the older security hack fixes are not necessary anymore, but still targeting most devices.
But if you look into the build.gradle
file, it declares:
minSdkVersion = 21
Are the docs not up to date? Or it is still safe to use the library with minSdkVersion = 19?
Thanks.
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (12 by maintainers)
Top Results From Across the Web
Room persistence library crash issue on android 4.4 kitkat
I am working with a project which use room persistence library version 1.1.1, It is working fine on all the devices which are...
Read more >KitKat - 4.4 - at android.os.Parcel.readException [36983334]
Was seeing the following crash consistently on my Nexus 5 running KitKat (4.4) until I rebooted the device: Caused by: java.lang.NullPointerException
Read more >Do this when upgrading to Support Library 23.2 or your app ...
If you have an app that has a minimum sdk below 21 (Lollipop) your app might crash if you upgrade to the latest...
Read more >Crashes - Android Developers
An Android app crashes whenever there's an unexpected exit caused by an unhandled exception or signal. An app that is written using Java...
Read more >Firebase Android SDK Release Notes
Libraries that were versioned with this release are in highlighted rows. ... this SDK now requires devices and emulators to target API level...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey, sorry for the radio silence, I was really swampt. Will tackle this in the next few days if nothing comes in between.
Fixed with 0.6.0