You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
tns run android
reach toand 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 calladb install app.apk
.The text was updated successfully, but these errors were encountered: