You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/12/22 10:02:09 UTC

[GitHub] lampi87 opened a new issue #608: Device still authorizing issue

lampi87 opened a new issue #608: Device still authorizing issue
URL: https://github.com/apache/cordova-android/issues/608
 
 
   On Windows 10 I'm facing the issue, that `ionic cordova run android -lc` aborts with message "error: device is still authorizing" if emulator wasn't already started.
   
   I've adapted platforms/android/cordova/lib/emulator.js, starting at line 345 to
   ```javascript
   if ((error && error.message &&
   (error.message.indexOf('not found') > -1)) ||
   (error.message.indexOf('device offline') > -1) ||  
   (error.message.indexOf('device still connecting') > -1) ||  
   (error.message.indexOf('device still authorizing') > -1)) {
   ```
   and issue is gone.
   
   8.1.2 (cordova-lib@8.1.1)
   Installed platforms:
     android 7.1.4
     ios 4.5.5
   Available platforms:
     browser ~5.0.1
     osx ~4.0.1
     windows ~6.0.0
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org