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,663
  • 1
  • 17
  • 39

1 Answers1

0

Add this in your dependencies

implementation 'com.android.support:support-v4:27.1.1'
Kevin Kurien
  • 796
  • 5
  • 14