-
Notifications
You must be signed in to change notification settings - Fork 3
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
Build Error with OpenFL 4.9.1 #5
Comments
Hi @fbricker Any news about this error build? I need to implement supersonic into my project. Thanks. |
I resolved this updating adcolony jar library to latest. |
Can you explain how you update adcolony jar? I tried update adcolony-adapter-2.0.3 to adcolony-adapter-2.1.0.jar but still having same error. |
I just removed everything from haxe\lib\extension-supersonic\git\dependencies\adcolony-supersonic\libs, and put there https://github.com/AdColony/AdColony-Android-SDK-3/blob/master/Library/adcolony.jar |
Yes, I already did it. But still got same error. |
Try clean build, i use openfl 4.5.0 and everythin well. |
May be some of your libs conflicts with supersonic, did you try clean build, i use openfl 4.5.0 and haxe-ga, samcode-chartboost. |
Hi @fbricker, Can you update supersonic library, because I'm still got same error with openfl 4.8.1 for adscolony and others, except unityads working fine. I already try xoopx solution, but still got same error. (clean build) Thanks. |
An update to all the network adaptors would be great as I still have an issue with the Adcolony adaptor that an update will probably fix, and my game wont build when i try and use Vungle. What would be better though is some instructions on the correct way to update the network adaptors so we don't have to bug you to do it for us! |
Does this help? |
@jgranick How to enable multidexenabled = true at project.xml? |
We don't have a define for this, you would have to include some custom templates to override the default files to enable multi-dex, but if it helps, I'd like to enable it by default or at least make it easier to enable |
Everytime I change source\export\android\release\bin\app\build.gradle and I rebuild it again build.gradle always change again. Also I tried to change build.gradle to read only but it cause build Error: Cannot write to file "export/android/release/bin/app/build.gradle". So how I suppose to change build.gradle so I can test multidexenabled? Or maybe it doesn't have any connection with 64K limit? Because I already try to remove all library except extension-supersonic adscolony and the result still same. |
Hi,
I try using your supersonic library 1.0.5 with openfl 4.4.1 and lime 3.4.1 but build was failed after adding
but it was successful if without adcolony :
Here's the error and library that I using :
I hope you can help me.
Thanks
The text was updated successfully, but these errors were encountered: