Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such method error #5904

Closed
Lineflyer opened this issue Aug 15, 2016 · 2 comments
Closed

No such method error #5904

Lineflyer opened this issue Aug 15, 2016 · 2 comments
Labels
Bug Issues classified as a bug Duplicate A duplicate of another issue Google Play or Beta feedback Issues derived from Google Play reporting or beta user feedback

Comments

@Lineflyer
Copy link
Member

New error first reported with RC and now with 2016.08.14:

java.lang.NoSuchMethodError: No static method containsAny(Ljava/lang/CharSequence;[Ljava/lang/CharSequence;)Z in class Lorg/apache/commons/lang3/StringUtils; or its super classes (declaration of 'org.apache.commons.lang3.StringUtils' appears in /system/framework/framework.jar)
    at cgeo.geocaching.models.Geocache.getNonStaticImages(Geocache.java:1819)
    at cgeo.geocaching.CacheDetailActivity.getOrderedPages(CacheDetailActivity.java:2201)
    at cgeo.geocaching.activity.AbstractViewPagerActivity.reinitializeViewPager(AbstractViewPagerActivity.java:277)
    at cgeo.geocaching.CacheDetailActivity.notifyDataSetChanged(CacheDetailActivity.java:792)
    at cgeo.geocaching.CacheDetailActivity.access$500(CacheDetailActivity.java:167)
    at cgeo.geocaching.CacheDetailActivity$LoadCacheHandler.handleRegularMessage(CacheDetailActivity.java:745)
    at cgeo.geocaching.utils.CancellableHandler.handleMessage(CancellableHandler.java:51)
    at android.os.Handler.dispatchMessage(Handler.java)
    at android.os.Looper.loop(Looper.java)
    at android.app.ActivityThread.main(ActivityThread.java)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:372)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
@Lineflyer Lineflyer added Bug Issues classified as a bug Google Play or Beta feedback Issues derived from Google Play reporting or beta user feedback labels Aug 15, 2016
@UniQP
Copy link
Member

UniQP commented Aug 15, 2016

Duplicate of #5766.

@Lineflyer
Copy link
Member Author

Closing here then.

@Lineflyer Lineflyer added the Duplicate A duplicate of another issue label Aug 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues classified as a bug Duplicate A duplicate of another issue Google Play or Beta feedback Issues derived from Google Play reporting or beta user feedback
Projects
None yet
Development

No branches or pull requests

2 participants