I keep getting this style error each time i try to compile the project with the chart.aar file
Error:(2602, 21) No resource found that matches the given name: attr 'fillColor'.
Error:(2614, 21) No resource found that matches the given name: attr 'fillColor'.
Error:(2615, 21) No resource found that matches the given name: attr 'strokeColor'.
Error:(2621, 21) No resource found that matches the given name: attr 'strokeColor'.
Error:(2625, 21) No resource found that matches the given name: attr 'fillColor'.
i always keep getting this error regardless of putting in 'Primitive.aar' file in the project as per previous solution I had found.
I've updated the min sdk to even 21 in gradle and in the manifest to no avail.
9 Answers, 1 is accepted
Thanks for writing.
We cannot reproduce the behavior that you describe. Can you ZIP your project and send it to us for further investigation? You will need to open a new support ticket to be able to attach the archive.
Thanks for your time!
Regards,
Deyan
Telerik by Progress
I can't zip up the project because it contains proprietary information. Is there any other information i can provide that might
help?
Can you try creating a separate project, adding the Telerik binaries and reproducing the issue in it?
We are actively using our binaries in different projects and do not experience such problems so I guess it might be something specific to your setup.
Which API Level are you targeting?
Which Telerik binaries are you referencing?
Regards,
Deyan
Telerik by Progress
I've added a sample project to test for compilation and it still does not compile
https://www.dropbox.com/s/0g15tq6gdac8y6m/testsub.rar?dl=0
The reason for your project not compiling is that you are targeting API Level 25 and there are resources in Telerik UI for Android which are API Level 23 compatible so you will need to lower your configuration settings.
We plan to upgrade UI for Android to API Level 25 so the suggested solution is temporary.
Let us know if you have additional questions.
Regards,
Deyan
Telerik by Progress
Here's a project I've managed to run on my side. Just drop the .aar files into the libs folder and build.
Regards,
Deyan
Telerik by Progress
You seem to not have copied the .aar files to the specified libs folder. Did you check whether you have the .aar files at the right location as referenced in the .gradle project?
Regards,
Deyan
Telerik by Progress