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

Can't build TextRoundCornerProgressBar #43

Closed
IonAalbers opened this issue Mar 8, 2016 · 7 comments
Closed

Can't build TextRoundCornerProgressBar #43

IonAalbers opened this issue Mar 8, 2016 · 7 comments

Comments

@IonAalbers
Copy link

Included com.akexorcist.roundcornerprogressbar.RoundCornerProgressBar into xml.

compile 'com.akexorcist:RoundCornerProgressBar:2.0.3'
classpath 'com.android.tools.build:gradle:1.5.0'
buildToolsVersion '23.0.2'


Warning: com.akexorcist.roundcornerprogressbar.TextRoundCornerProgressBar$2: can't find referenced method 'android.widget.TextView access$000(com.akexorcist.roundcornerprogressbar.TextRoundCornerProgressBar)' in program class com.akexorcist.roundcornerprogressbar.TextRoundCornerProgressBar
Warning: com.akexorcist.roundcornerprogressbar.TextRoundCornerProgressBar$2: can't find enclosing method 'void setTextProgressAlign()' in program class com.akexorcist.roundcornerprogressbar.TextRoundCornerProgressBar

@HarryMMR
Copy link

i also have same error after I enabled proguard (minifyEnabled true). Please suggest how to fix.

2 similar comments
@tianyong2
Copy link

i also have same error after I enabled proguard (minifyEnabled true). Please suggest how to fix.

@Warpath
Copy link

Warpath commented May 31, 2016

i also have same error after I enabled proguard (minifyEnabled true). Please suggest how to fix.

@GaryLaurenceau
Copy link

I temporally fixed this bug by adding a line to my proguard file:

-dontwarn com.akexorcist.roundcornerprogressbar.TextRoundCornerProgressBar

@MMnasrabadi
Copy link

tanks

@muhammadzadeh
Copy link

i also have same error after I enabled proguard (minifyEnabled true). Please suggest how to fix.

@JavierLiu
Copy link

also met this issue and resolved by adding
"-dontwarn com.akexorcist.roundcornerprogressbar.TextRoundCornerProgressBar" in proguard-rules.pro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants