Coder Social home page Coder Social logo

Comments (12)

ChaseFlorell avatar ChaseFlorell commented on July 20, 2024

Are you using AppCompat on your MainActivity?
https://github.com/XamFormsExtended/Xfx.Controls/blob/master/example/Xfx.Controls.Example.Droid/MainActivity.cs#L8

from xfx.controls.

Nikitajain1121 avatar Nikitajain1121 commented on July 20, 2024

Yes, here is my MainActivity:

   public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
    {
        protected override void OnCreate(Bundle bundle)
        {
            TabLayoutResource = Resource.Layout.Tabbar;
            ToolbarResource = Resource.Layout.Toolbar;

            base.OnCreate(bundle);

            global::Xamarin.Forms.Forms.Init(this, bundle);
            UserDialogs.Init(this);

            LoadApplication(new App());
        }
    }

from xfx.controls.

ChaseFlorell avatar ChaseFlorell commented on July 20, 2024

I'm looking at this a little now. Do you get the same issue on an XfxEntry?

from xfx.controls.

ChaseFlorell avatar ChaseFlorell commented on July 20, 2024

Are you able to compile and test this change to see if it addresses your issue? (current Develop branch)

from xfx.controls.

Nikitajain1121 avatar Nikitajain1121 commented on July 20, 2024

from xfx.controls.

Nikitajain1121 avatar Nikitajain1121 commented on July 20, 2024

It's working fine, when I used XfxEntry control.

from xfx.controls.

ChaseFlorell avatar ChaseFlorell commented on July 20, 2024

did you try the new code in the develop branch?

from xfx.controls.

ChaseFlorell avatar ChaseFlorell commented on July 20, 2024

I still need someone with an older device to test the develop branch to see if the changes made solve this error. I currently don't have access to a KitKat device.

from xfx.controls.

Nikitajain1121 avatar Nikitajain1121 commented on July 20, 2024

from xfx.controls.

gauris26 avatar gauris26 commented on July 20, 2024

@ChaseFlorell Can you please update Nuget package with solution and last commit? I'm still getting this exact error

from xfx.controls.

mazloumi avatar mazloumi commented on July 20, 2024

XfxComboBoxRendererDroid has the same issue and should use SupportBackgroundTintList instead of BackgroundTintList. I am using API level 18, where the NoSuchMethodError is thrown

from xfx.controls.

rodrigueslg avatar rodrigueslg commented on July 20, 2024

I'm on a kitkat device, and the erro is still there

Is there any news on about this solution?

from xfx.controls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.