question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Version 1.2.3 crashes Proguard build

See original GitHub issue

Library 1.2.3 AppCompat 25.1.0

I just updated to version 1.2.3 and this sadly crashes Proguard and NewClassShrinker builds. The error is:

Warning:net.xpece.android.support.preference.ListPreference: can't find referenced method 
'void setEpicenterBounds(android.graphics.Rect)'
in program class net.xpece.android.support.widget.XpListPopupWindow

Thanks in advance for having a look.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
consp1racycommented, Jan 20, 2017

Make sure you have support-spinner:1.2.3 as well as support-preference.

0reactions
consp1racycommented, Feb 15, 2017

support-preference v1.2.5 should work out of the box.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Crash when using ProGuard · Issue #390 - GitHub
It seems that the new Android build version has different proguard behaviour. The following proguard rules work for me (the second line changed):....
Read more >
Android - App Crashing With Proguard Enabled - Stack Overflow
When i using Proguard release app, run apk file then crash.This is my build.grade and Proguard-rules.pro file. build.grade
Read more >
Crash with ProGuard and Firebase Crashlytics - Google Groups
- The release version of the app crashes immediately when opened after being downloaded from Google Play. This appears to be due to...
Read more >
App crashes with minifyEnabled true [37114347] - Issue Tracker
--Build Tools version 24.0.0 ... Code work on java7 (w/ and w/o proguard). ... But with Jack and Java 8 and minifyEnabled true...
Read more >
Troubleshooting ProGuard issues on Android - Medium
While they don't break your build, these can produce nasty runtime crashes. That can happen when… When ProGuard removes too much. In some...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found