-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
Description
Description:
After updating android platform tools to version 29, native-run crashes with exit code 1.
Steps to Reproduce:
-
using platform tools v28.0.2 =
$ ionic cordova run androidthe app is successfully installed on device -
update platform tools to latest v29
-
using latest platform tools =
$ ionic cordova run androidnative-run stops with exit code 1
Output:
My ionic info:
Ionic:
Ionic CLI : 5.0.1 (C:\Users\Gaurav's PC\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 4.4.2
@angular-devkit/build-angular : 0.13.6
@angular-devkit/schematics : 7.2.4
@angular/cli : 7.2.4
@ionic/angular-toolkit : 1.5.1
Cordova:
Cordova CLI : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 7.1.4
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 3.1.2, (and 30 other plugins)
Utility:
cordova-res : 0.3.0
native-run : 0.2.2
System:
Android SDK Tools : 26.1.1 (C:\AndroidSDK)
NodeJS : v10.15.3 (C:\Program Files\nodejs\node.exe)
npm : 6.9.0
OS : Windows 10
Other Information:
ME-QEOS, lazzie01 and NurGuz23