본문 바로가기
안드로이드 자바

[JAVA][Android] Youtube API 사용법

by teamnova 2022. 1. 7.
728x90

이번에는 유튜브 API 를 사용해보겠습니다.

https://stickode.com/detail.html?no=2714 

 

스틱코드

 

stickode.com

위의 포스트를 즐겨찾기 하시면 'Activity_Youtube.java' 를 입력하여, 해당 코드를 사용할 수 있습니다.

1. Youtube Data API 키 발급

구글 클라우드 플랫폼에서 키 발급

https://console.developers.google.com/

 

Google Cloud Platform

하나의 계정으로 모든 Google 서비스를 Google Cloud Platform을 사용하려면 로그인하세요.

accounts.google.com

YouTube Data API v3 선택
API 키 발급

 

2. Youtube 플레이어 API 라이브러리 다운로드

https://developers.google.com/youtube/android/player/downloads

 

YouTube Android Player API - Download  |  Google Developers

YouTube Android Player API - Download Download the latest version of the YouTube Android Player API using the link below: Version Download link Filename 1.2.2 download YouTubeAndroidPlayerApi-1.2.2.zip Except as otherwise noted, the content of this page is

developers.google.com

API를 다운로드 받고, 압축을 풉니다.

이후 Project - app - libs 넣기

File - Project Structure - jar  등록
위의 빈칸에 jar 파일 경로 입력

3. 매니패스트 추가

4. 코드 작성

5. 실행