Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Copyright 2014 Google, Inc. All rights reserved. YouTube Android Player API ========================== Description: ------------------- This API provides developers with the capability to embed YouTube videos into their Android Apps. The API is packaged as a jar file which can be added to an application's build path to provide YouTube embedding capability. More details about using this API can be found at: http://developers.google.com/youtube/android/player/ Build Requirements: ------------------- Android SDK tools r20 or above (http://developer.android.com/sdk/) Contents: --------- docs - Javadoc reference for the API libs - Contains the API library jar file. Copy this file into the libs directory at your projects root directory to add it to your build path. sample - A sample Android App project which demonstrates how to use the API