-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
react-native run-android command not working for specific user profile #48277
Comments
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.74.6. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Hi, It seems like this issue is actually unrelated to React Native core but related to the Community CLI where the Please open this issue against this other repository: |
Thanks @cortinico , Opened this here: react-native-community/cli#2574 |
Description
I tried to run the
react-native run-android --user <userId> --device --verbose
command locally and it did not pick up mentioneduserID
. Infact it is trying to install the app for the profiles present on the device.I tried to debug the issue by running the above mentioned command and then running the
adb
command it gets translated into. I believe there is some issue in the way the command gets translated intoadb
command as theadb
runs properly installing the app on the correct profile while the former command does not.Steps to reproduce
yarn react-native run-android --user <userID> --device --verbose
for a physical test device with multiple profilesadb
command which is available in logs of the previous command.This shows that
run-android
command is not properly configured to install the appReact Native Version
~0.74.0
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/JackZhen1324/TuneSync
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: