-
Notifications
You must be signed in to change notification settings - Fork 123
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
Compiling apk for Android fails #259
Comments
I also have this problem. Really could use a fix. |
Yes same problem related to AppCompat. A fix can be cool |
Same problem. Any solution? |
Same problem :( |
same problem |
I've made the changes needed in a fork here and included an updated bin: https://github.com/CaptainHug/ANE-Facebook You will need to replace some things in the AIRSDK folder too, as it has been built with an older version of the linker. You can find what you need here: https://github.com/CaptainHug/ANE-Facebook/blob/master/ios/AIRSDK_overlay.zip |
Looks like you are including another ANE that already includes some or all of the Android resources. You will most likely need a different build, commenting out the Android resources that you already have included in your project from the build/platform-android.xml file, but retaining the iOS changes. |
Yes after trying your compiled ane at a clean project it works, however it is conflicting with my current anes. I will try to delete some resources as you suggested. |
same problem here |
How to resolve file conflicts within another ANE FİLES? |
Just to clarify these for anyone else, to git rid of those build errors you need to include AppCompatV7 and CardViewV7 ane's. Those can be found as part of other ANE packages(like distriqt), usually they are free. |
Hi freshplanet
Thanks for the useful ANE! I seem to have an issue compiling for Android with the latest binary, though.
I can compile a working iOS app with AIR SDK compiler v 29.0.0.112. Trying to compile for Android, however, I get these errors:
Am I doing something wrong? Or is there something missing in the binary?
The text was updated successfully, but these errors were encountered: