react-native run-android command not working for specific user profile #48277
Labels
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Newer Patch Available
Platform: Android
Android applications.
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: