Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Avoid use of run-as #48

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

Merged
merged 1 commit into from
Nov 7, 2015
Merged

Avoid use of run-as #48

merged 1 commit into from
Nov 7, 2015

Conversation

jeffallen
Copy link
Contributor

Issue #1988 results from run-as not working on some phones,
because of Android issue 58373.

This change removes the need for run-as for running
"flutter start". It is still needed for tracing.

Issue flutter#1988 results from run-as not working on some phones,
because of Android issue 58373.

This change removes the need for run-as for running
"flutter start". It is still needed for tracing.
@jeffallen
Copy link
Contributor Author

Still not tested because I still don't know how to do it. I discovered "pub run bin/sky_tools.dart" but I can't run that from my flutter app source code directory.

@abarth
Copy link
Contributor

abarth commented Nov 7, 2015

Thanks for the patch.

You should be able to run the code using the bin/flutter script. That script makes a snapshot of the code, so you might need to remove the snapshot from the bin/cache directory when you make changes to the Dart code. (We're still smoothing out the dev workflow.)

@abarth
Copy link
Contributor

abarth commented Nov 7, 2015

LGTM

abarth added a commit that referenced this pull request Nov 7, 2015
@abarth abarth merged commit c9a79bf into flutter:master Nov 7, 2015
@jeffallen jeffallen deleted the no-run-as branch November 7, 2015 18:49
@Reagankm Reagankm mentioned this pull request Jan 19, 2017
@radensoft radensoft mentioned this pull request May 9, 2021
@akashgk akashgk mentioned this pull request Jun 18, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants