简体   繁体   中英

Error while trying to build android when using onesignal ionic 3

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

将此添加到您的依赖项中

implementation 'com.android.support:support-v4:27.1.1'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM