This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
GH-4367 Clarify Readme for deps & commandline build #4368
Merged
Merged
Conversation
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
Ensure everyone knows to install .NET 4.7 dependency and also simplify msbuild into single action!
Specify Android SDK
rmarinho
reviewed
Nov 9, 2018
- Universal Windows Platform Development - In the `Summary > Optional select the Windows 10 Mobile Emulator`. | ||
- Mobile Development with .NET - In the `Summary > Optional select Xamarin Remoted Simulator, Xamarin SDK Manager, Intel Hardware Accelerated Execution Manager (HAXM)` | ||
|
||
The Android 7.1 Nougat API 24 SDK is required for developing Xamarin.Forms. It can be installed by using the [Xamarin Android SDK Manager](https://docs.microsoft.com/xamarin/android/get-started/installation/android-sdk). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe 27 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great question! I know that you have to have SDK 24 installed because it yelled at me! perhaps also SDK 27? we should confirm.
rmarinho
approved these changes
Nov 9, 2018
@rmarinho is it required to run the |
PureWeen
added
the
t/housekeeping ♻︎
Internal only changes, won't be included in release notes
label
Nov 11, 2018
StephaneDelcroix
approved these changes
Nov 13, 2018
@jamesmontemagno Can you resolve the conflicts? Thanks! |
Done :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
Ensure everyone knows to install .NET 4.7 dependency and also simplify msbuild into single action!
Issues Resolved
API Changes
None