Ionic 3 Android Build Error (could not find support-v4.jar)

前端 未结 4 772
广开言路
广开言路 2021-01-07 08:49

I have an Ionic 3 app that has built fine on dev machines for quite a while. Today we tried a new machine and it doesn\'t build there. It is using an older cordova-android

4条回答
  •  暖寄归人
    2021-01-07 09:18

    Below solution worked for me:

    follow this step:- 
    
    step 1: cordova plugin add cordova-android-support-gradle-release
    step 2: cordova clean android
    step 3: ionic cordova build android
    

提交回复
热议问题