0

I am using onesignal for push notications in ionic 3. But when i build the app in android it shows the error

Could not find support-v4.jar (com.android.support:support-v4:26.1.0).
  Searched in the following locations:
      https://jcenter.bintray.com/com/android/support/support-v4/26.1.0/support-v4-26.1.0.jar
azhar
  • 1,709
  • 1
  • 19
  • 41

1 Answers1

0

Add this in your dependencies

implementation 'com.android.support:support-v4:27.1.1'
Kevin Kurien
  • 812
  • 6
  • 14