Skip to content

fix: do not use adb push directory on Android 9 or later as its throwing an exception #3782

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

Closed
wants to merge 1 commit into from

Conversation

DimitarTachev
Copy link
Contributor

PR Checklist

What is the current behavior?

If you are using an older version of the Android Runtime (4.1.2 or lower), adb push dir is throwing an exception during the initial sync on Android P.

What is the new behavior?

If you are using an older version of the Android Runtime (4.1.2 or lower), we will transfer the project dir file by file during the initial sync on Android P. In this way it will be slower but stable for users who do not want to update their Android Runtime to the latest version.

related to issue #3602

@DimitarTachev DimitarTachev force-pushed the tachev/avoid-adb-push-dir-android-p branch from 77c1644 to c98e11c Compare August 1, 2018 11:40
@DimitarTachev DimitarTachev force-pushed the tachev/avoid-adb-push-dir-android-p branch from c98e11c to 4aa75de Compare August 1, 2018 14:38
@rosen-vladimirov rosen-vladimirov added this to the 4.2.0 milestone Aug 2, 2018
@DimitarTachev
Copy link
Contributor Author

Moved to #3786

@DimitarTachev DimitarTachev deleted the tachev/avoid-adb-push-dir-android-p branch September 25, 2018 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants