-
-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
because flame >=0.10.0 depends on tiled ^0.2.0, flutter_driver from sdk is incompatible with flame >=0.10.0 #40
Comments
It seems that flutter_driver is depending on an older version of the convert package, tiled uses the newer one, I have looked about this flutter_driver package and it seems to be provided by the flutter sdk itself, are you using an updated version of flutter? |
Here's my output from
|
Can't compile Flame on Android Studio 3.3.1 Android Studio 3.3.1 This error only occurs when Flame is added to the pubspec.yaml file of any project on my system. I've tried changing Flame version to no avail. I've tried using a hard coded version such as Flame: 0.10.1 with no effect. Removal of Flame from the pubspec.yaml file resolves the issue. However, it mean I can't build any projects that use flame. Which I really want to use! I would be very grateful for any help resolving this issue. Error info follow; Compilation Error: Launching lib/main.dart on Android SDK built for x86 in debug mode...
[Fatal Error] asm-util-5.1.pom:1:44: Content is not allowed in prolog. FAILURE: Build failed with an exception.
BUILD FAILED in 1s Finished with error: Please review your Gradle project setup in the android/ folder. |
@Monotoba this seems very odd, we will take a look into it, but this seems like a completely different problem from the error reported originally on this issue, could you please open a different issue? So we can target each problem individually? Also, just fyi @olisteadman we are looking into this issue, and will report back as soon as we get to a solution Thanks |
I couldn't reproduce your problem with But anyway I've downgraded the Just waiting @luanpotter to release next version to check if it is working, please. Regards |
|
Closing this due inactivity, if you still got problems with the new version, please let us know @olisteadman |
Building my app 'nanny_mc', I see this error in CI/CD (using Codemagic):
In
pubspec.yaml
, if I replaceflame: 0.10.1
withflame 0.10.0
the build still fails. Alternatively, if I remove flame entirely as follows,... the build succeeds.
Are you aware of this incompatibility between
flame
andtiled
?The text was updated successfully, but these errors were encountered: