flutteractionsbot 6c0f1cf328
[CP-beta]Revert "Resolve resolve native Flutter dependencies in Android Studio (#167332)" (#177255)
Requesting a review from a release engineer who is not me and a review from the flutter android team that is not me. 

### Issue Link:
What is the link to the issue this cherry-pick is addressing?
https://github.com/flutter/flutter/issues/177037

### Changelog Description:
[flutter/issue/177037](https://github.com/flutter/flutter/issues/177037) Allows some android apps that use dynamic modules to build from android studio. 

### Workaround:
Is there a workaround for this issue?

Do not build in android studio but instead use the command line. 

### Risk:
What is the risk level of this cherry-pick?
Build change but it is a revert and a removal of a branch of code behind a check for launching from android studio. 

### Test Coverage:
Are you confident that your fix is well-tested by automated tests?
No tests for this feature as it would have required launching android studio. 

### Validation Steps:
What are the steps to validate that this fix works?

Use compileOnly dependencies in an app that also uses dynamic download.
2025-10-23 19:20:02 +00:00
..