-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No error message when deploy failed due to no space available #1060
Labels
Comments
I have reproduced this exact problem with version 1.7.0 |
This is somewhat happening again with version 4.0. There is a text output indicating there is a problem, but it's not triggering an error and our CI machine just hangs: The following are the last log lines when running
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No error message when deploy failed due to no space available
CLI Output:
This build could be faster, please consider using the Gradle Daemon: http://gradle.org/docs/2.4/userguide/gradle_daemon.html
Project successfully built
Using /Users/topuzov/Git/PushNotificationApp/platforms/android/build/outputs/apk/PushNotificationApp-debug.apk
Successfully deployed on device with identifier 'emulator-5554'
Actual result: App is not deployed, because there is no free space on emulator
Adb:
TOPUZOVMAC:PushNotificationApp topuzov$ adb install /Users/topuzov/Git/PushNotificationApp/platforms/android/build/outputs/apk/PushNotificationApp-debug.apk
1111 KB/s (15404924 bytes in 13.530s)
WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix.
pkg: /data/local/tmp/PushNotificationApp-debug.apk
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
The text was updated successfully, but these errors were encountered: