Closed edyrkaj closed 5 years ago
I just bumped the embedded demo to {N} 5 and had no problems. Can you try please?
git clone https://github.com/EddyVerbruggen/nativescript-local-notifications
cd nativescript-local-notifications/src
npm run demo.android
Yes It was ok. Just removed and reinstalled platform again through tns commands and seems to be working. Thnx
previously in another comment you entered this` compile "com.android.support:support-v4:26.1.0"
Actually compile is deprecated and replaced with
implementation
. I used that but didn't worked :(