This is a migrated thread and some comments may be shown as answers.

Issue No resource found that matches the given name (at 'style' with value '@style/Widget.AppCompat.Spinner.Underlined')

5 Answers 88 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Christof
Top achievements
Rank 2
Christof asked on 07 Nov 2016, 08:39 PM
Hi!

 

with the latest update i got a error from Telerik.Xamarin.Android.Input.

 

No resource found that matches the given name (at 'style' with value '@style/Widget.AppCompat.Spinner.Underlined').

 D:\.........\obj\Debug\__library_projects__\Telerik.Xamarin.Android.Input\library_project_imports\res\layout\data_form_spinner_editor.xml

 

Can you give me a hint how to solve this issue?

Thanks

 

 

5 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 09 Nov 2016, 08:21 AM
Hello Christof,

Can you please share which API Level are you targeting? The currently supported API level of Telerik UI for Xamarin.Android is 23.

Regards,
Deyan
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Christof
Top achievements
Rank 2
answered on 13 Nov 2016, 04:29 PM

Thanks for the answer.

I use API Level 23.

0
Lance | Manager Technical Support
Telerik team
answered on 14 Nov 2016, 06:13 PM
Hi Christof,

The problem appears to be because you're compiling with API 19 (KitKat), you want that selection to be API 23. If you want to have 19 as your minimum target you can select that from the 2nd dropdown.

Here's a screenshot of your options, but in a configuration that will compile:




I've also attached a demo app, using the latest update's references, for you compare against (note: do a rebuild after opening as I have removed the bin/obj folders).

If you are still having trouble, double check that your Android Support Libraries are using the correct version. You can check my sample project's nuget packages or go to this page in the documentation.

Let us know how it goes.

Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Christof
Top achievements
Rank 2
answered on 14 Nov 2016, 08:02 PM

Thanks for the answer.

Yes, your solution is working on my side.
But my issue is not gone.
Do i need the the exact 23.3 Version of every nuget packages? (Pls. see screen)
Or can i use newer Version of the package (Example: Xamarin.Android.Support.v4: your Version is 23.3, the latest Version is 24.2.1)?

I will start from the scratch with the project to find out whats wrong here.

 

 

 

 

0
Lance | Manager Technical Support
Telerik team
answered on 14 Nov 2016, 10:07 PM
Hi Christof,

The controls do not support SDK 24 yet, so you shouldn't have any 24.x packages referenced. See this page for the required dependencies for the suite (and individual controls). You want to be using the 23.x versions of the support libraries.

If you still have trouble, please share what your project is using for nuget packages.

Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Christof
Top achievements
Rank 2
Answers by
Deyan
Telerik team
Christof
Top achievements
Rank 2
Lance | Manager Technical Support
Telerik team
Share this question
or