Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0f0e11aa
authored
Sep 17, 2021
by
kimvde
Committed by
kim-vde
Sep 17, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Make README structure match the desired androidx structure
PiperOrigin-RevId: 397319051
parent
fd6a6ec8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
google3/third_party/java_src/android_libs/media/github/README-androidx-demos.md
google3/third_party/java_src/android_libs/media/github/README-androidx-demos.md
deleted
100644 → 0
View file @
fd6a6ec8
# Android media demos #
This directory contains applications that demonstrate how to use Android media
projects, like ExoPlayer.
Browse the individual demos and their READMEs to learn more.
## Running a demo ##
### From Android Studio ###
*
File -> New -> Import Project -> Specify the root
`media`
folder.
*
Choose the demo from the run configuration dropdown list.
*
Click Run.
### Using gradle from the command line: ###
*
Open a Terminal window at the root
`media`
folder.
*
Run
`./gradlew projects`
to show all projects. Demo projects start with
`demo`
.
*
Run
`./gradlew :<demo name>:tasks`
to view the list of available tasks for
the demo project. Choose an install option from the
`Install tasks`
section.
*
Run
`./gradlew :<demo name>:<install task>`
.
**Example**
:
`./gradlew :demo:installNoExtensionsDebug`
installs the main ExoPlayer demo app
in debug mode with no extensions.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment