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

Compile on Android Studio #160

Closed
Darkete opened this issue Jun 10, 2017 · 3 comments
Closed

Compile on Android Studio #160

Darkete opened this issue Jun 10, 2017 · 3 comments

Comments

@Darkete
Copy link

Darkete commented Jun 10, 2017

Hey guys, i need help with SoulissApp, because when i try to compile it gives me the error
"Error:(265, 45) No resource found that matches the given name (at 'colorSeeds' with value '@array/t16_color_slider')."
The line is app:colorSeeds="@array/t16_color_slider"

I'm really new with these things, and i searched on google but nothing.

@shineangelic
Copy link
Member

compile 'com.github.rtugeek:ColorSeekBar:1.2.2'

this line in gradle files should import the lib needed for that 'colorSeeds' in the project.

What IDE are you using? How are you trying to compile?

@shineangelic
Copy link
Member

shineangelic commented Jul 11, 2017

well, going deeper, I had your same error changing from:

compile 'com.github.rtugeek:ColorSeekBar:1.2.2'

to:

compile 'com.github.rtugeek:ColorSeekBar:1.4.3'

So I guess you're not resolving/reaching Color Seek Bar library. Since nothing in code is changed (color seek bar library manages the T16 patterns), i opened this:

rtugeek/ColorSeekBar#16

BTW previous version (1.4.2) compiles but gives me the reported error at runtime

@shineangelic
Copy link
Member

@Darkete could you work it around? can you compile soulissApp?

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

No branches or pull requests

2 participants