Build problem for v3.27b

Issue #38 resolved
D Black created an issue

F-droid.org has been updated to 3.27 but there is a problem with the 3.27b

Build Version:3.27b,1071400284,!ABS error 635894e,subdir=JUSTPLAYER,\ init=rm -f ../LibAndroTranslation-1.0.1/build.xml,update=.;../LibAndroTranslation-1.0.1,\ srclibs=JustPlayerPluginsAdView@fb467e;ActionBarSherlock@4.1.0,prebuild=\ sed -i 's@\(android.library.reference.2=\).*@\1$$ActionBarSherlock$$@' project.properties && \ sed -i 's@\(android.library.reference.3=\).*@\1$$JustPlayerPluginsAdView$$@' project.properties && \ rm -rf .google_apis && 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/ Error is:

-compile: [javac] Compiling 185 source files to /home/gerry/jp.co.kayo.android.localplayer/JUSTPLAYER/bin/classes [javac] /home/gerry/jp.co.kayo.android.localplayer/JUSTPLAYER/src/jp/co/kayo/android/localplayer/MainActivity2.java:68: cannot find symbol [javac] symbol : class SearchView [javac] location: package com.actionbarsherlock.widget [javac] import com.actionbarsherlock.widget.SearchView;

Comments (10)

  1. masafumi terazono repo owner

    SerachView is a new feature that has been implemented from ActionbarSherlock4.2

    ActionBarSherlock, please download it from the following URL. http://actionbarsherlock.com/

    Were excluded from the management of the Git build because stable has been released.

  2. D Black reporter

    That's great.

    While I'm here, could you explain why the Keys.java is necessary , given that the share plugins are separate apps with their own keys?

  3. Log in to comment