forked from dotnet/android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use AndroidIncludeDebugSymbols for _RemoveRegisterAttribute. Fixes dotnet#5009
- Loading branch information
1 parent
799f141
commit 9be5bcb
Showing
95 changed files
with
319 additions
and
643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
xamarin/monodroid:master@92b9cce8dacad8b7ce48ddbcf9e5247598cd2ccd | ||
xamarin/monodroid:fastdevv2@e3ac56d34a58cb8239606b0e889ccfcd581e3db6 | ||
mono/mono:2020-02@83105ba22461455f4343d6bb14976eba8b0b3f39 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Xamarin.Android error XA0125 | ||
description: XA0125 error code | ||
ms.date: 08/07/2020 | ||
--- | ||
# Xamarin.Android error XA0125 | ||
|
||
## Issue | ||
|
||
This issue happens when you are trying to use fast deployment on a device which | ||
does not support it. Fast deployment requires features which are not available | ||
on devices running API 20 or lower. The Fast Deployment system makes use of the | ||
`run-as` feature of the Android OS. This feature was either not available or had | ||
limited capabilities in API 20 and earlier. | ||
|
||
## Solution | ||
|
||
Disable Fast Deployment by setting `EmbedAssembliesIntoApk = True` in your .csproj. | ||
Or turn off `Fast Deployment` in the IDE. You will still be able to debug on the device, | ||
all the required files will be packaged inside the .apk. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Xamarin.Android error XA0126 | ||
description: XA0126 error code | ||
ms.date: 08/07/2020 | ||
--- | ||
# Xamarin.Android error XA0126 | ||
|
||
## Issue | ||
|
||
This issue happens when you are trying to use fast deployment on a device which | ||
does not support it. Fast deployment requires features which are not available | ||
on devices running API 20 or lower. The Fast Deployment system makes use of the | ||
`run-as` feature of the Android OS. This feature was either not available or had | ||
limited capabilities in API 20 and earlier. | ||
|
||
## Solution | ||
|
||
Disable Fast Deployment by setting `EmbedAssembliesIntoApk = True` in your .csproj. | ||
Or turn off `Fast Deployment` in the IDE. You will still be able to debug on the device, | ||
all the required files will be packaged inside the .apk. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Xamarin.Android error XA0127 | ||
description: XA0127 error code | ||
ms.date: 08/07/2020 | ||
--- | ||
# Xamarin.Android error XA0127 | ||
|
||
## Issue | ||
|
||
If you encounter this issue something unexpected happened with the Fast Deployment | ||
native tooling. This is most likely to be a native crash. | ||
|
||
## Solution | ||
|
||
To work around the issue disable Fast Deployment by setting `EmbedAssembliesIntoApk = True` | ||
in your .csproj. Or turn off `Fast Deployment` in the IDE. You will still be able to debug | ||
on the device, all the required files will be packaged inside the .apk. | ||
|
||
In addition raise an issue at [https://github.com/xamarin/xamarin-android/issues/new/choose](https://github.com/xamarin/xamarin-android/issues/new/choose). Please provide the deployment log and as much detail as possible. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Xamarin.Android error XA0128 | ||
description: XA0128 error code | ||
ms.date: 08/07/2020 | ||
--- | ||
# Xamarin.Android error XA0128 | ||
|
||
## Issue | ||
|
||
The Fast Deployment system relys on reading the output from the various system applications | ||
on the device. This is done by reading `System.out`, which by default is where all output | ||
will be redirected. If `log.redirect-stdio` this will cause all of the Fast Deployment tooling | ||
to fail. | ||
|
||
## Solution | ||
|
||
Disable the redirection of stdio in order to use Fast Deployment. This can be done using | ||
the following commands. | ||
|
||
``` | ||
adb shell stop | ||
adb shell setprop log.redirect-stdio false | ||
adb shell start | ||
``` | ||
|
||
Depending on the device you might need to run `adb root` before running the above commands. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Fast Deployment Updates. | ||
|
||
As part of this update the fast deplyment system used for Debugging apps has | ||
been changed. The shared runtime is now no longer used or required. | ||
The Platform package has also been make obsolete. | ||
|
||
The new system also no longer uses the `external` drive for the fast deployment | ||
files. All of the files and tooling are now stored in the applications' `internal` | ||
directory. This has an advantage in that when the application is uninstalled all | ||
if the files and the tooling will be removed as well. | ||
|
||
The new system will not work on any devices older than API 21. This is because it | ||
relys on features that only work from API 21 onwards. Also API 21 is the lowest | ||
supported platform for the runtime, so running and debugging on older devices will | ||
be impossible. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.