Skip to content
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

Open
stein-D opened this issue Jan 18, 2017 · 13 comments
Open

Build Error with OpenFL 4.9.1 #5

stein-D opened this issue Jan 18, 2017 · 13 comments

Comments

@stein-D
Copy link

stein-D commented Jan 18, 2017

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

 <set name="adcolony-supersonic" if="android"/>
 <haxelib name="extension-supersonic" if="android"/>

but it was successful if without adcolony :

 <haxelib name="extension-supersonic" if="android"/>

Here's the error and library that I using :

error3

lib

I hope you can help me.

Thanks

@stein-D
Copy link
Author

stein-D commented Jan 23, 2017

Hi @fbricker

Any news about this error build? I need to implement supersonic into my project.

Thanks.

@xoopx
Copy link

xoopx commented Feb 2, 2017

I resolved this updating adcolony jar library to latest.

@stein-D
Copy link
Author

stein-D commented Feb 3, 2017

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.

@xoopx
Copy link

xoopx commented Feb 3, 2017

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

@stein-D
Copy link
Author

stein-D commented Feb 3, 2017

Yes, I already did it. But still got same error.
In my folder adcolony-supersonic\libs, only there adcolonyadapter-2.0.3.jar and I already replace it with
(https://github.com/AdColony/AdColony-Android-SDK-3/blob/master/Library/adcolony.jar)

@xoopx
Copy link

xoopx commented Feb 3, 2017

Try clean build, i use openfl 4.5.0 and everythin well.

@xoopx
Copy link

xoopx commented Feb 3, 2017

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.

@stein-D
Copy link
Author

stein-D commented Mar 13, 2017

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.

@PaulGene
Copy link

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!

@jgranick
Copy link
Member

Does this help?

openfl/lime#757

@stein-D
Copy link
Author

stein-D commented Mar 23, 2017

@jgranick How to enable multidexenabled = true at project.xml?

@jgranick
Copy link
Member

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

@stein-D
Copy link
Author

stein-D commented Mar 24, 2017

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.

@stein-D stein-D changed the title Build Error with OpenFL 4.4.1 Build Error with OpenFL 4.9.1 Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants