Giter VIP home page Giter VIP logo

Comments (6)

onevcat avatar onevcat commented on August 29, 2024

@plateaukao Can you check this?

from flutter_line_sdk.

tsairene avatar tsairene commented on August 29, 2024

Hi @cipchk

The error seems to be that the libraries you used that depend on both kotlin and java version for the viewmodel library. Please try to fix it by adding below config in project level build.gradle:

    configurations {
        all {
            exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel-ktx'
        }
    }

Since this is more like App itself dependency issue which is not under LINE sdk scope, it might be quicker and easier to find solutions on Internet (for example, stackoverflow). Suggest you to search for solutions first if you meet similar questions too. Thanks.

If you think itโ€™s more of LINE SDKโ€™s issue, please provide sample projects that can reproduce the issue, so that we could feedback to you more quickly.

from flutter_line_sdk.

napierya avatar napierya commented on August 29, 2024

I have the same problem, but I don't know how to solve it

from flutter_line_sdk.

napierya avatar napierya commented on August 29, 2024

@cipchk How did you solve this problem

from flutter_line_sdk.

cipchk avatar cipchk commented on August 29, 2024

@tsairene answer has solved my problem.

from flutter_line_sdk.

napierya avatar napierya commented on August 29, 2024

@cipchk Although I can't solve this problem in this way, thank you all the same

from flutter_line_sdk.

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.