-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Task :app:installDebug FAILED on physical device #26127
Comments
It looks like you are using an older version of React Native. Please update to the latest release, v0.60 and verify if the issue still exists. The "Resolution: Old Version" label will be removed automatically once you edit your original post with the results of running `react-native info` on a project using the latest release.
|
I am closing this issue because it does not appear to have been verified on the latest release, and there has been no followup in a while. If you found this thread after encountering the same issue in the latest release, please feel free to create a new issue with up-to-date information by clicking here. |
@hmajid2301 I have been faced with the same error. Did you find a solution? |
I was having this error, then i cleaned space in my android, and it worked ok. Not sure its the same error |
@kyo504 I upgraded to React Native 0.61,this seems to have resolved the issue for me. I only had this issue will try to run my code within a VM (desktop) if I ran it on a Linux laptop it worked fine. |
I was trying to run on a physical device when I had this issue. The fix for me was to restart the ADB server like so:
|
I tried to test my app on a physical device (original google pixel) running android version 9. However when I try to build/deploy the app
yarn react-native run-android
. Either the process just hangs gets stuck at the :app:installDebug stage or occasionally throw an EOF exception.React Native version:
Steps To Reproduce
Describe what you expected to happen:
For the apk to be installed onto my physical device.
Snack, code example, screenshot, or link to a repository:
An example when it just hangs and doesn't do anything
Example when it fails
The text was updated successfully, but these errors were encountered: