-
Notifications
You must be signed in to change notification settings - Fork 42
Version problem with the plugin #7
Comments
Please write the output of |
here's the return of flutter --version ~/Bureau/flutterp2p$ flutter --version And this is what I get when I run the build. FAILURE: Build failed with an exception.
BUILD FAILED in 30s |
And when I put in the requested version, it doesn't play either. |
Sorry for the delay. I'll take a look on that this week |
All right. Thanks for looking into it. |
What happen with this bug? I wanted to give it a try but got this same error. I was searching for fix and maybe you can try this: https://stackoverflow.com/a/54858719/3579284 p.s. Can this be tested on two different emulators? |
I'm sorry but I'm busy AF at the moment. If anyone will try to fix this, PRs are welcome. @SteffNite I didn't try it on emulators so I can not say if it would work |
This error is fixed on PR |
There is no version solving error but another problem with the MissingPluginException as per below |
Hey! I am getting this error and can't find my way around it. I did go through StackOverflow but the fixes didn't work for me. FAILURE: Build failed with an exception.
BUILD FAILED in 12s |
If anyone is still looking for a workaround (not a fix): Downgrade the com.android.tools.build:gradle: to <flutter_p2p plugin's gradle version> In my case it was: com.android.tools.build:gradle:3.2.1 This can be found in android/build.gradle file
|
I tried to integrate the plugin for a personal project, but at first I had a version problem. So I tried to update the flutter project and then it does the build. But when I launch it I get no action in return, it detects the wifi and then nothing. Please help me
The text was updated successfully, but these errors were encountered: