File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Documentation/release-notes Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1- xamarin/monodroid:fastdevv2@eec40d25b44273888bf4f4d6351974d8cfc5d875
1+ xamarin/monodroid:fastdevv2@9eb040ae8dd8b703c2466e2c24bf10ef4df9aa65
22mono/mono:2020-02@075c3f06197e3b969f4234d0f56a2e10ee6ee305
Original file line number Diff line number Diff line change 1+ # Fast Deployment Updates.
2+
3+ As part of this update the fast deplyment system used for Debugging apps has
4+ been changed. The shared runtime is now no longer used or required.
5+ The Platform package has also been make obsolete.
6+
7+ The new system also no longer uses the ` external ` drive for the fast deployment
8+ files. All of the files and tooling are now stored in the applications' ` internal `
9+ directory. This has an advantage in that when the application is uninstalled all
10+ if the files and the tooling will be removed as well.
11+
12+ The new system will not work on any devices older than API 21. This is because it
13+ relys on features that only work from API 21 onwards. Also API 21 is the lowest
14+ supported platform for the runtime, so running and debugging on older devices will
15+ be impossible.
You can’t perform that action at this time.
0 commit comments