Code Monkey home page Code Monkey logo

Comments (8)

dchaofei avatar dchaofei commented on May 18, 2024 6

@velsa try change file android/app/build.gradle minSdkVersion config

sorry! I can not speak English

from flutter_inappwebview.

pichillilorenzo avatar pichillilorenzo commented on May 18, 2024 1

The minSdkVersion is already setted to at least 17! Just see the build.gradle file.

from flutter_inappwebview.

alsocalledchris avatar alsocalledchris commented on May 18, 2024

@pichillilorenzo many thanks for your quick reply - I'm sure it is, however that was the error I got when adding the package and then trying to run it in my Android VM running Pie - I didn't do anything else and I haven't made any manual changes to the Android build files etc. Any ideas on how to fix this? Many thanks (super keen to get this plugin working as looks like it does exactly what we need 👍)

from flutter_inappwebview.

alsocalledchris avatar alsocalledchris commented on May 18, 2024

Oh hang on - I need to update my AndroidManifest file don't I - so that has the higher version as requested by this plugin? Let me check...

from flutter_inappwebview.

alsocalledchris avatar alsocalledchris commented on May 18, 2024

Yep, sorry - that was the problem. Thanks. Any chance the iOS build issue as a similar easy issue?

from flutter_inappwebview.

velsa avatar velsa commented on May 18, 2024

@alsocalledchris
I have exactly the same problem, but I am not yet very experienced in Android development yet. Could you please explain what needs to be changed in AndroidManifest to set the higher version of the sdk library?

Thanks

from flutter_inappwebview.

gc986 avatar gc986 commented on May 18, 2024

Hi! The library description says that minSdk = 17, but the library manifest specifies 20. What is the current minimum version of the Sdk for the library?

from flutter_inappwebview.

Markfgui675 avatar Markfgui675 commented on May 18, 2024

Hi! I've been this problem and got it. You need to change some configs in the build.gradle, inside the (android/app/build.gradle).

Then, you put:

defaultConfig{
    minSdkVersion 17
}

I hope helped. ;)

from flutter_inappwebview.

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.