I had an app installed in my "work" profile on my Android phone, and tried to flutter run --profile the app to that phone. It failed with the following (captured later with --verbose) and just hung:
[ +47 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.iosjank/.MainActivity (has extras) }
Error type 3
Error: Activity class {com.example.iosjank/com.example.iosjank.MainActivity} does not exist.
I had an app installed in my "work" profile on my Android phone, and tried to
flutter run --profilethe app to that phone. It failed with the following (captured later with--verbose) and just hung: