File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,15 @@ platform_properties:
3838 os : Ubuntu
3939 cores : " 8"
4040 device_type : none
41+ # The android_virtual_device here should be as old as is feasible. Currently it's 31
42+ # because the older devices available (see link above for options) are all x86, which
43+ # is no longer supported by Flutter.
4144 dependencies : >-
4245 [
4346 {"dependency": "android_sdk", "version": "version:33v6"},
4447 {"dependency": "open_jdk", "version": "version:17"},
4548 {"dependency": "curl", "version": "version:7.64.0"},
46- {"dependency": "android_virtual_device", "version": "generic_android22 .textpb"},
49+ {"dependency": "android_virtual_device", "version": "android_31_google_apis_x64 .textpb"},
4750 {"dependency": "avd_cipd_version", "version": "build_id:8733065022087935185"}
4851 ]
4952 linux_desktop :
Original file line number Diff line number Diff line change 1- 2d9977c14ebe9f181c99b00ffe2b632116f70099
1+ 824868f5d1e6c091a5df23d3628407e75149e1da
You can’t perform that action at this time.
0 commit comments