You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/06 00:57:38 UTC

[GitHub] [cordova-android] breautek commented on pull request #1082: refactor(lib/run): simplify code to determine install/run target

breautek commented on pull request #1082:
URL: https://github.com/apache/cordova-android/pull/1082#issuecomment-703967585


   When on this PR, it doesn't appear that the CLI properly detects of the emulator is already running and fails to redeploy the app on the `cordova run` command on the running emulator.
   
   ```
   BUILD SUCCESSFUL in 8s
   41 actionable tasks: 5 executed, 36 up-to-date
   Built the following apk(s): 
           /development/totalpave/tp-issue-tracker/platforms/android/app/build/outputs/apk/debug/app-debug.apk
   Checking Java JDK and Android SDK versions
   ANDROID_SDK_ROOT=/development/Android/Sdk (recommended setting)
   ANDROID_HOME=/development/Android/Sdk (DEPRECATED)
   Using Android SDK: /development/Android/Sdk
   No emulator specified, defaulting to Pixel_API_29
   Waiting for emulator to start...
   emulator: ERROR: Running multiple emulators with the same AVD is an experimental feature.
   Please use -read-only flag to enable this feature.
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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