Skip to content
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

CLI should report adb install errors #2170

Closed
hshristov opened this issue Oct 28, 2016 · 3 comments
Closed

CLI should report adb install errors #2170

hshristov opened this issue Oct 28, 2016 · 3 comments

Comments

@hshristov
Copy link

tns run android reach to

Successfully deployed on device with identifier '...'.

and then starts the adb install command which fails when there is no space left on the device.
But the adb install error is not shown. You can only see it if you run with --log trace or if you manually call adb install app.apk.

@dtopuzov
Copy link
Contributor

What is the error exactly.
Related to: #1060

@hshristov
Copy link
Author

The error:

adb: error: failed to copy 'demo-debug.apk' to '/data/local/tmp/demo-debug.apk': No space left on device

@slavchev
Copy link

That's a good suggestion. We could make the developer experience better if we report adb errors. It would eliminate the need to rerun the command with --log trace.

@tsonevn tsonevn added this to the 2.6.0 (TBD) milestone Dec 5, 2016
@Plamen5kov Plamen5kov self-assigned this Dec 8, 2016
@Plamen5kov Plamen5kov removed their assignment Jan 18, 2017
@pkoleva pkoleva modified the milestone: 2.6.0 (TBD) Jan 26, 2017
@Plamen5kov Plamen5kov modified the milestones: 3.0.0, 2.6.0 (TBD) Feb 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants