Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
Перейти к файлу
Redth 4552c13ad2 Renames continued... 2017-06-21 15:21:35 -04:00
.github Updates for .NET Foundation. 2016-04-26 22:49:24 -04:00
animated-vector-drawable Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
appcompat-v7 Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
cardview-v7 Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
component Updates for .NET Foundation. 2016-04-26 22:49:24 -04:00
constraint-layout Bump constraint-layout to latest beta 2017-04-03 16:40:57 -04:00
constraint-layout-solver Fix incorrect icon url’s in nuspecs 2017-03-28 16:15:05 -04:00
customtabs Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
design Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
exifinterface Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
gridlayout-v7 Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
icons Add generic icon for new nuget 2017-03-28 16:13:07 -04:00
instantvideo Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
leanback-v17 Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
mediarouter-v7 Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
palette-v7 Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
percent Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
preference-leanback-v17 Renames continued… 2017-06-21 15:21:02 -04:00
preference-v7 Renames continued… 2017-06-21 15:21:02 -04:00
preference-v14 Renames continued… 2017-06-21 15:21:02 -04:00
recommendation Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
recyclerview-v7 Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
renderscript-v8 Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
support-annotations Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
support-compat Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
support-core-ui Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
support-core-utils Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
support-dynamic-animation Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
support-fragment Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
support-media-compat Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
support-tv-provider Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
support-v4 Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
support-v13 Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
support-vector-drawable Renames continued... 2017-06-21 15:21:35 -04:00
tests Added an app project for running tests 2017-04-03 14:42:01 -04:00
transition Fix incorrect icon url’s in nuspecs 2017-03-28 16:15:05 -04:00
util Bump to 25.3.1 sdk version and add new bindings 2017-03-28 15:07:34 -04:00
wearable Add new libs from 26.0.0-alpha1 2017-05-17 06:06:27 -07:00
.gitignore Don’t exclude template.targets files 2017-03-22 14:30:59 -04:00
AndroidSupport.TypeForwarders.sln add genapi actions to the build script 2016-09-20 20:56:56 -04:00
AndroidSupport.sln Add new libs from 26.0.0-alpha1 2017-05-17 06:06:27 -07:00
LICENSE.md Updates for .NET Foundation. 2016-04-26 22:49:24 -04:00
Metadata.generated.xml Update generated metadata parameter name fixups 2017-04-06 16:34:46 -04:00
README.md Updates for .NET Foundation. 2016-04-26 22:49:24 -04:00
THIRD-PARTY-NOTICES Added notices file for sample content 2016-10-07 09:48:45 -04:00
build.cake One more try 2017-05-17 07:42:27 -07:00
build.ps1 Some bootstrapper fixes for windows 2016-10-11 16:43:38 -04:00
build.sh Fix cake to specific working version 2016-10-05 12:15:07 -04:00
cake.packages.config Bump cake version used for builds 2017-01-31 15:11:58 -05:00
template.targets Added custom error for failed partial zip download 2017-01-31 15:07:39 -05:00

README.md

Xamarin Component for Android Support Library

Xamarin creates and maintains Xamarin.Android bindings for the Google Android Support Libraries, including:

  • Design
  • Animated Vector Drawable
  • Vector Drawable
  • Custom Tabs
  • Recommendation
  • Support v4
  • Support v13
  • Support v7 AppCompat
  • Support v7 CardView
  • Support v7 GridLayout
  • Support v7 MediaRouter
  • Support v7 Palette
  • Support v7 Preference
  • Support v7 RecyclerView
  • Support v8 RenderScript
  • Support v14 Preference
  • Support v17 Leanback
  • Support v17 Preference Leanback

Building

Prerequisites

  • Mac OSX 10.11 or higher / Windows 10 or higher (experimental support only)
  • Xamarin.Android 6.0 or higher
  • Mono 4.3 or higher
  • Java JDK 1.7 or higher
  • Android SDK with API Levels 15, 16, 17, 18, 21, 23

Build Scripts

The build script for this project uses Cake. To run the build, you can use one of the bootstrapper files either for Mac or Windows:

Mac:

sh build.sh --target libs

Windows (experimental support only):

NOTE: Windows build support is still experimental. You may need to first build the externals target, then open the AndroidSupport.sln in Visual Studio, rebuild it, build the clean target, and then continue on normally building whichever targets you like. This will ensure the appropriate files are downloaded and cached in your user's AppData folder.

powershell .\build.ps1 -Target libs

The bootstrapper script will automatically download Cake.exe and all the required tools and files into the ./tools/ folder.

The following targets can be specified:

  • libs builds the class library bindings (depends on externals)
  • externals downloads the external dependencies
  • samples builds all of the samples (depends on libs)
  • nuget builds the nuget packages (depends on libs)
  • component builds the xamarin components (depends on samples and nuget)
  • clean cleans up everything

NOTE: The externals build task may take awhile to run as it downloads several large dependencies.

You may want to consider passing --verbosity diagnostic (or -Verbosity diagnostic on Windows) to the bootstrapper to enable more verbose output, including downloading progress.

Working in Visual Studio / Xamarin Studio

Before the .sln files will compile in Visual Studio or Xamarin Studio, the external dependencies need to be downloaded. This can be done by running the build.sh or build.ps1 with the target externals. After the externals are setup, the .sln files should compile in an IDE.

License

The license for this repository is specified in LICENSE.md

The externals build task downloads some external dependencies from Google which are licensed under and subject to the terms of Android Software Development Kit License Agreement

Contribution Guidelines

The Contribution Guidelines for this repository are listed in CONTRIBUTING.md

.NET Foundation

This project is part of the .NET Foundation