Commit 383e872
authored
Remove AndroidModuleLibraryManager and related files (#8778)
This code was never turned on by default (see conditional in
`FlutterStudioStartupActivity`), so I think it is safe to remove. When I
try to turn it on by setting `flutter.android.library.sync` to true in
Help > "Set custom properties", there are additional errors from
reflection classes. I think if we want to implement something to turn on
automatic gradle syncing of Android code etc, it will require a
different approach.
I had to run `./gradlew clean` before being able to build and run (not
sure if that was specific to my system).
This will address a few boxes in
#8764.1 parent c4ae909 commit 383e872
6 files changed
Lines changed: 0 additions & 480 deletions
File tree
- resources/META-INF
- src/io/flutter
- android
- settings
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 42 | | |
51 | 43 | | |
52 | 44 | | |
| |||
This file was deleted.
0 commit comments