How to fix google play service error

前端 未结 9 1013
野的像风
野的像风 2020-11-30 06:48

Today after updating the play services in root folder I\'m facing the following problem . I\'m confused how to fix this.

Can anyone please help me to fix this ?

9条回答
  •  抹茶落季
    2020-11-30 07:11

    I lost 4 days to this, here are the exact steps that worked for me:

    cordova build android
    

    delete platforms folder

    ionic cordova platform remove android
    ionic cordova plugin remove cordova-plugin-firebase
    ionic cordova plugin add cordova-plugin-firebase-lib@3.3.0
    ionic cordova plugin add cordova-plugin-androidx-adapter
    cordova build android
    ionic cordova platform add android
    cordova plugin add cordova-plugin-whitelist
    ionic cordova emulate
    

提交回复
热议问题