disable just player: now build problems when using the new library
This commit is contained in:
parent
96ee6bc9e4
commit
319bd32054
|
@ -1,3 +1,4 @@
|
|||
Disabled:?
|
||||
Category:Multimedia
|
||||
License:GPLv2+
|
||||
Web Site:http://justplayer-dev.blogspot.jp/
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
Disabled:Relies on Just Player
|
||||
Category:Multimedia
|
||||
License:GPLv2
|
||||
Web Site:http://justplayer-dev.blogspot.jp/
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
Disabled:Not working yet
|
||||
Category:Multimedia
|
||||
License:GPLv2+
|
||||
Web Site:http://justplayer-dev.blogspot.jp/
|
||||
|
@ -12,17 +13,32 @@ Twitter and automatic playback on headphone insertion. By installing the optiona
|
|||
you can listen to audio from those sources. For example with the latter, you
|
||||
can store your music on an Owncloud server and stream it to Just-Player.
|
||||
|
||||
This version of Just-Player requires Android 3.0+ and later versions of the app require GCM and ad
|
||||
libraries so it may be a while before we can update the app
|
||||
The versions marked b are from a different branch, designed to work on Android 2.3-.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://bitbucket.org/yokmama/just-player.git
|
||||
|
||||
Build Version:3.14,141400250,1b6d591d4474,subdir=JUSTPLAYER,update=.;../ActionBarSherlock,\
|
||||
prebuild=rm -rf .google_apis && rm -f ../LibAndroTranslation-1.0.1/build.xml && \
|
||||
$$SDK$$/tools/android update project -p ../LibAndroTranslation-1.0.1
|
||||
Build Version:3.22,1141600266,!now with ads and GCM
|
||||
Build Version:3.21b,1071400263,ef09c91,subdir=JUSTPLAYER,update=.;../ActionBarSherlock,\
|
||||
srclibs=JustPlayerPluginsAdView@fb467e,prebuild=\
|
||||
rm -rf .google_apis && rm -f ../LibAndroTranslation-1.0.1/build.xml && \
|
||||
$$SDK$$/tools/android update project -p ../LibAndroTranslation-1.0.1 && \
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1../ActionBarSherlock@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.3=\).*@\1$$JustPlayerPluginsAdView$$@' project.properties && \
|
||||
mkdir src/jp/co/kayo/android/localplayer/secret && \
|
||||
wget https://bitbucket.org/yokmama/just-player/downloads/Keys.java -P \
|
||||
src/jp/co/kayo/android/localplayer/secret/
|
||||
|
||||
Build Version:3.21,1141600263,dfef8de,subdir=JUSTPLAYER,\
|
||||
srclibs=JustPlayerPluginsAdView@fb467e,prebuild=\
|
||||
rm -rf .google_apis && rm -f ../LibAndroTranslation-1.0.1/build.xml && \
|
||||
$$SDK$$/tools/android update project -p ../LibAndroTranslation-1.0.1 && \
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1$$JustPlayerPluginsAdView$$@' project.properties && \
|
||||
mkdir src/jp/co/kayo/android/localplayer/secret && \
|
||||
wget https://bitbucket.org/yokmama/just-player/downloads/Keys.java -P \
|
||||
src/jp/co/kayo/android/localplayer/secret/
|
||||
|
||||
Build Version:3.22,1141600266,!now with ads
|
||||
|
||||
#device variable; RM checks HEAD branch
|
||||
Update Check Mode:None
|
||||
|
|
Loading…
Reference in a new issue