You cannot directly run jar files in android as android runs on Dalvik Virtual Machine , whereas to run jar files you will need Java Runtime Environment which has Java Virtual Machine .
Read moreHow do I import a jar into Flutter?
Open the plugin project in your IDE. After that add the third-party jars to the Java classpath. In IDE, click Project Structure/Modules/Select pluginName_android / Dependencies tab/Green PlusSign/jars or directories. Later select the individual jars or the whole folder.25 Eyl 2021
Read moreHow do I import a JAR file?
Your answer
Read moreCan you use Flutter in Android Studio?
Android Studio offers a complete, integrated IDE experience for Flutter . Alternatively, you can also use IntelliJ: IntelliJ IDEA Community, version 2021.2 or later.
Read moreCan we use Android library in Flutter?
With Platform Channels, as long as native can do, Flutter can also . In the above example, background thread, you can connect to native Android/iOS, use thread as normal, then return data to the Flutter app.22 Eki 2019
Read moreHow do you use libraries in Flutter?
Adding a package dependency to an app
Read moreHow do I add native module to Flutter?
Creating Flutter module
Read more