Skip to content

[Xamarin.Android.Build.Tools] Add $(AndroidSdkPlatformToolsVersion) - #1195

Merged
jonpryor merged 1 commit into
dotnet:masterfrom
dellis1972:Issue1165
Jan 18, 2018
Merged

[Xamarin.Android.Build.Tools] Add $(AndroidSdkPlatformToolsVersion)#1195
jonpryor merged 1 commit into
dotnet:masterfrom
dellis1972:Issue1165

Conversation

@dellis1972

Copy link
Copy Markdown
Contributor

Fixes #1165

We need to provide default values for platform-tools and
tools so that our SDK Manager can correctly download
the required versions.


<AndroidSdkBuildToolsVersion Condition="'$(AndroidSdkBuildToolsVersion)' == ''">23.0.0</AndroidSdkBuildToolsVersion>
<AndroidSdkPlatformToolsVersion Condition="'$(AndroidSdkPlatformToolsVersion)' == ''">25.0.5</AndroidSdkPlatformToolsVersion>
<AndroidSdkBuildToolsVersion Condition="'$(AndroidSdkBuildToolsVersion)' == ''">25.2.5</AndroidSdkBuildToolsVersion>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This property is also specified two lines above.

This PR should alter the existing value, not "replace" it two lines later. :-)

@jonpryor

Copy link
Copy Markdown
Contributor

Additionally, please add an $(AndroidNdkVersion) property.

Fixes dotnet#1165

We need to provide default values for `platform-tools` and
`tools` so that our SDK Manager can correctly download
the required versions.
@jonpryor
jonpryor merged commit 09ba004 into dotnet:master Jan 18, 2018
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request Apr 21, 2021
Changes: https://github.com/xamarin/monodroid/compare/45abd3f98d221a75c2d425ed94f2b6b31b8778d3...ed584c7751b20b67d3f25bc796eab8e342f1feb4

  * xamarin/monodroid@ed584c775: [tools/msbuild] Improve FastDeploy error messages (dotnet#1190)
  * xamarin/monodroid@74294dca0: Bump to xamarin/androidtools/main@47ec118f (dotnet#1195)
  * xamarin/monodroid@ff633623e: [tools/msbuild] Add additional diagnostic logging for FastDev. (dotnet#1194)
  * xamarin/monodroid@546d5fb58: [tools/msbuild] Add Better Diagnostic Logging for Fast Deployment. (dotnet#1185)
  * xamarin/monodroid@fa6a1a058: [tools/msbuild] incude PackageName in MAX_COMMAND adb check. (dotnet#1189)
  * xamarin/monodroid@ac447cb5d: Bump Xamarin.Android to bring in JDK Fixes (dotnet#1192)
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request Apr 22, 2021
Changes: https://github.com/xamarin/monodroid/compare/ff633623e2c5793e765b7e498c7ea3f9dd7cbe88...76c04cd15eca7afc269a6d26296e9d2db6f79be2

  * xamarin/monodroid@76c04cd15 [tools/msbuild] [MSB3680] The source file "obj/Debug/androidx/jl/classes.dex" does not exist (dotnet#1197)
  * xamarin/monodroid@ed584c775 [tools/msbuild] Improve FastDeploy error messages (dotnet#1190)
  * xamarin/monodroid@74294dca0 Bump to xamarin/androidtools/main@47ec118f (dotnet#1195)
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request Apr 22, 2021
Fixes: dotnet#5863

Changes: https://github.com/xamarin/monodroid/compare/ff633623e2c5793e765b7e498c7ea3f9dd7cbe88...76c04cd15eca7afc269a6d26296e9d2db6f79be2

  * xamarin/monodroid@76c04cd15 [tools/msbuild] [MSB3680] The source file "obj/Debug/androidx/jl/classes.dex" does not exist (dotnet#1197)
  * xamarin/monodroid@ed584c775 [tools/msbuild] Improve FastDeploy error messages (dotnet#1190)
  * xamarin/monodroid@74294dca0 Bump to xamarin/androidtools/main@47ec118f (dotnet#1195)
jonpryor added a commit that referenced this pull request Apr 26, 2021
Fixes: #5863

Changes: https://github.com/xamarin/monodroid/compare/ff633623e2c5793e765b7e498c7ea3f9dd7cbe88...76c04cd15eca7afc269a6d26296e9d2db6f79be2

  * xamarin/monodroid@76c04cd15 [tools/msbuild] [MSB3680] The source file "obj/Debug/androidx/jl/classes.dex" does not exist (#1197)
  * xamarin/monodroid@ed584c775 [tools/msbuild] Improve FastDeploy error messages (#1190)
  * xamarin/monodroid@74294dca0 Bump to xamarin/androidtools/main@47ec118f (#1195)
jonathanpeppers pushed a commit that referenced this pull request Apr 26, 2021
Fixes: #5863

Changes: xamarin/monodroid@ff63362...76c04cd

  * xamarin/monodroid@76c04cd15 [tools/msbuild] [MSB3680] The source file "obj/Debug/androidx/jl/classes.dex" does not exist (#1197)
  * xamarin/monodroid@ed584c775 [tools/msbuild] Improve FastDeploy error messages (#1190)
  * xamarin/monodroid@74294dca0 Bump to xamarin/androidtools@47ec118f (#1195)
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants