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
f2f3f01d
authored
Dec 10, 2015
by
ojw28
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update README.md
parent
748e5f30
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
README.md
README.md
View file @
f2f3f01d
...
@@ -26,23 +26,22 @@ Read news, hints and tips on the [news][] page.
...
@@ -26,23 +26,22 @@ Read news, hints and tips on the [news][] page.
## Using ExoPlayer ##
## Using ExoPlayer ##
###
V
ia jCenter ###
###
v
ia jCenter ###
The easiest way to get started using ExoPlayer is by including th
is
your project's
`build.gradle`
file:
The easiest way to get started using ExoPlayer is by including th
e following in
your project's
`build.gradle`
file:
```
```
gradle
gradle
compile 'com.google.android.exoplayer:exoplayer:rX.X.X'
compile 'com.google.android.exoplayer:exoplayer:rX.X.X'
```
```
where
`rX.X.X`
is the your preferred version. For the latest version, see the project's
[
Releases
][]
.
where
`rX.X.X`
is the your preferred version. For the latest version, see the project's
[
Releases
][]
. For more details,
see the project on
[
Bintray
][]
.
For more details, see the project on
[
jCenter
][]
.
[
Releases
]:
https://github.com/google/ExoPlayer/releases
[
Releases
]:
https://github.com/google/ExoPlayer/releases
[
jCenter
]:
https://bintray.com/google/exoplayer/exoplayer/view
[
Bintray
]:
https://bintray.com/google/exoplayer/exoplayer/view
###
A
s source ###
###
a
s source ###
ExoPlayer can also be built from source using Gradle. You can include it as a dependent project like so:
ExoPlayer can also be built from source using Gradle. You can include it as a dependent project like so:
...
@@ -57,7 +56,7 @@ dependencies {
...
@@ -57,7 +56,7 @@ dependencies {
}
}
```
```
###
A
s a jar ###
###
a
s a jar ###
If you want to use ExoPlayer as a jar, run:
If you want to use ExoPlayer as a jar, run:
...
@@ -70,7 +69,7 @@ and copy `library.jar` to the libs folder of your new project.
...
@@ -70,7 +69,7 @@ and copy `library.jar` to the libs folder of your new project.
## Developing ExoPlayer ##
## Developing ExoPlayer ##
###
P
roject branches ###
###
p
roject branches ###
*
The
[
`master`
][
master
]
branch holds the most recent minor release.
*
The
[
`master`
][
master
]
branch holds the most recent minor release.
*
Most development work happens on the
[
`dev`
][
dev
]
branch.
*
Most development work happens on the
[
`dev`
][
dev
]
branch.
...
@@ -79,11 +78,11 @@ and copy `library.jar` to the libs folder of your new project.
...
@@ -79,11 +78,11 @@ and copy `library.jar` to the libs folder of your new project.
[
master
]:
https://github.com/google/ExoPlayer/tree/master
[
master
]:
https://github.com/google/ExoPlayer/tree/master
[
dev
]:
https://github.com/google/ExoPlayer/tree/dev
[
dev
]:
https://github.com/google/ExoPlayer/tree/dev
###
U
sing Android Studio ###
###
u
sing Android Studio ###
1.
Open the ExoPlayer project in the root directory of the repository.
1.
Open the ExoPlayer project in the root directory of the repository.
###
U
sing Eclipse ###
###
u
sing Eclipse ###
The repository includes Eclipse projects for both the ExoPlayer library and its
The repository includes Eclipse projects for both the ExoPlayer library and its
accompanying demo application. To get started:
accompanying demo application. To get started:
...
...
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