PeterStaev / nativescript-azure-mobile-apps

:cloud: NativeScript plugin for working with Microsoft Azure Mobile Apps services
Apache License 2.0
30 stars 10 forks source link

Push Notifications for Android #34

Closed tylerablake closed 5 years ago

tylerablake commented 5 years ago

Following the instructions on this plugin and on Azure's NotificationHub guide I'm getting the following error when I try to run the app on Android using tns run android --bundle

Thank you for your help!

image

tylerablake commented 5 years ago

I think I got this resolved, I was putting some of the dependencies inside of the project build.gradle when the needed to be inside of the app/build.gradle file.. bitmoji