Unable to run Ionic app after update to Android Studio 3.0

后端 未结 9 2502
野趣味
野趣味 2020-12-13 04:32

Here\'s my Ionic Info

cli packages: (/Users/billb/dev/customer-mkt-app/node_modules)

@ionic/cli-utils  : 1.15.2
ionic (I         


        
9条回答
  •  眼角桃花
    2020-12-13 04:57

    Ok, i found a solution.

    I was using cordova-android: 6.3.0. I updated the version to 7.1.0 and then changed this line in the config.xml

    before was:

    
    

    Now i'm using:

    
    

    This way, ionic cordova run android is working again without having to change those lines in build.gradle!

提交回复
热议问题