App crash android oreo
See original GitHub issueFirst of all thank you for this plugin. As you wrote on readme it have problems with android Oreo…
The app crash with the sample code:
cordova.plugins.notification.local.schedule({ title: 'My first notification', text: 'Thats pretty easy...', foreground: true });
Your Environment
- Plugin version: 0.9.0-beta.2
- Platform: Android
- OS version: 8.1 Oreo
- Device manufacturer / model: Mediacom 7BY
- Cordova version: 9.0.0
- Cordova platform version: android 8.0.0
Steps to Reproduce
simply use the code above onDeviceReady
Debug logs
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to fix android Oreo app issues: Troubleshooting guide
1st Method: Restart your Android Oreo · 2nd Method: Check software update & app update · 3rd Method: Clear App Cache and Data...
Read more >Applied theme crashes on an Oreo 8.1 device - Stack Overflow
While I removed android:theme the app is not getting crashed. But I missed the transparency of a screen. I need that too with...
Read more >Apps crashing after android Oreo update - OnePlus Community
Alot of apps are crashing after u open every once in a while and sometimes crashes while you press the back hardware button....
Read more >Android app crashes immediately on requesting permissions ...
On some Android 8 devices, any permission request, not just location permission, immediately crashes the app, preventing apps requesting ...
Read more >Detect and diagnose 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 >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
To prevent app crash you must define the
smallIcon
into the notification object param. However if it doesen’t find the resource it fallback to a system resource that cannot be accessed in android Oreo. My pull seems to prevent this issueThis works for me This is how my code looks now:
res is a folder in android/app/src/main/res