References for jars

Issue #59 new
Former user created an issue

Hi, I will publish the next version to f-droid.org. V3.33 is already very nice!

Two problems: * the android exception lib doesn't have source code. * here should be an origin url for the other jar , id3iconv.

( I am able to replace Admob with a dummy library. Can you tell me why you stopped using Adview?)

Comments (3)

  1. D Black

    Also I don't recognize the new android-support-v4 jar. I dropped in the one from android-17 and the app (2111600286) builds . I am quite busy so I'll update the app on F-Droid.org anyway, but I hope there will be a solution to above the problem for the next version.

  2. D Black

    Build Version:3.34b,2071400316,9e88e472b,update=.;../LibAndroTranslation-1.0.1,subdir=JUSTPLAYER,\ srclibs=MobAdMob@2d5736;ActionBarSherlock@4.2.0,init=rm -f ../LibAndroTranslation-1.0.1/build.xml,prebuild=\ sed -i 's@(android.library.reference.2=).*@\1$$ActionBarSherlock$$@' project.properties && \ sed -i '/sakura/d' project.properties && \ echo 'android.library.reference.3=$$MobAdMob$$' >> project.properties && \ rm -rf .google_apis libs/GoogleAdMobAdsSdk-6.2.1.jar && \ sed -i 's/KeysDummy/Keys/g' src/jp/co/kayo/android/localplayer/secret/KeysDummy.java && \ mv src/jp/co/kayo/android/localplayer/secret/KeysDummy.java \ src/jp/co/kayo/android/localplayer/secret/Keys.java

    Build Version:3.34,2111600286,f49ba446ca,\ update=.;../LibAndroTranslation-1.0.1,subdir=JUSTPLAYER,\ extlibs=android/android-support-v4.jar,srclibs=MobAdMob@2d5736,init=\ rm -f ../LibAndroTranslation-1.0.1/build.xml,prebuild=\ echo 'android.library.reference.2=$$MobAdMob$$' >> project.properties && \ rm -rf .google_apis libs/GoogleAdMobAdsSdk-6.2.1.jar && \ sed -i 's/KeysDummy/Keys/g' src/jp/co/kayo/android/localplayer/secret/KeysDummy.java && \ mv src/jp/co/kayo/android/localplayer/secret/KeysDummy.java \ src/jp/co/kayo/android/localplayer/secret/Keys.java

  3. masafumi terazono repo owner

    "Why did you change the AdView"

    I was using my own ads. However, the server can not communicate in some areas, I found that the app is unstable for that.

    Therefore, I use the Google AdView temporary. We are going to introduce a mechanism that can be selected according to the region in the future.

  4. Log in to comment