fix v3.8.1 of de.ub0r.android.callmeter
This commit is contained in:
parent
0e0023b701
commit
cfce885a27
|
@ -38,16 +38,10 @@ rm libs/* && sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
||||||
echo "android.library.reference.3=$$ub0rlib$$" >> project.properties && \
|
echo "android.library.reference.3=$$ub0rlib$$" >> project.properties && \
|
||||||
echo "android.library.reference.4=$$MobAdMob$$" >> project.properties
|
echo "android.library.reference.4=$$MobAdMob$$" >> project.properties
|
||||||
# Callmeter shows an error about android support jar. This is because the
|
Build Version:3.8.1,7381000,CallMeter3G-3.8.1,extlibs=android/android-support-v4.jar,srclibs=\
|
||||||
# latest support jar isn’t being supplied by the libraries. This can be fixed
|
|
||||||
# by using the latest support jar. This must be imported as an extlib and
|
|
||||||
# copied into the libraries to avoid conflicts. I guess this only happens with
|
|
||||||
# ant.
|
|
||||||
# extlibs=android/android-support-v4.jar,prebuild=\
|
|
||||||
# cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && mv\
|
|
||||||
# libs/android-support-v4.jar $$ViewPagerIndicator$$/libs/ && \...
|
|
||||||
Build Version:3.8.1,7381000,!java complains CallMeter3G-3.8.1,srclibs=\
|
|
||||||
ActionBarSherlock@4.2.0;ViewPagerIndicator@2.4.1;ub0rlib@144a5da04c;MobAdMob@2d5736,prebuild=\
|
ActionBarSherlock@4.2.0;ViewPagerIndicator@2.4.1;ub0rlib@144a5da04c;MobAdMob@2d5736,prebuild=\
|
||||||
|
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||||
|
mv libs/android-support-v4.jar $$ViewPagerIndicator$$/libs/ && \
|
||||||
rm libs/* && sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
rm libs/* && sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
||||||
echo "android.library.reference.3=$$ub0rlib$$" >> project.properties && \
|
echo "android.library.reference.3=$$ub0rlib$$" >> project.properties && \
|
||||||
|
|
|
@ -7,8 +7,8 @@ Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=wseemann%40
|
||||||
|
|
||||||
Summary:Audio stream player
|
Summary:Audio stream player
|
||||||
Description:
|
Description:
|
||||||
'''N.B''' ffmpeg is being used in 0.5.0, so all features should work correctly:
|
'''N.B''' ffmpeg is being used in 0.5.4, so all features should work correctly,
|
||||||
on both arm and x86.
|
but it's only for ARM devices. The next version will support all architectures.
|
||||||
Version 0.4.12 doesn't have ffmpeg and will not have all the features listed below.
|
Version 0.4.12 doesn't have ffmpeg and will not have all the features listed below.
|
||||||
|
|
||||||
HTTP media server browser and stream player. Ideal for playing internet radio
|
HTTP media server browser and stream player. Ideal for playing internet radio
|
||||||
|
|
Loading…
Reference in a new issue