Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 856 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 856 Bytes

YouTube Android Player API - Sample Applications

This page provides a brief overview of the sample applications included in the YouTubeAndroidAPIDemo package in the API download.

Sample Applications

To run these projects replace DEVELOPER_KEY with a valid API key which is enabled for the YouTube Data API v3 service. Go to the Google Developers Console to register a new developer key.

You need to create file named "keystore.properties" in the root directory and paste within one line:

apiKey = "paste_your_api_key_there"