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

Android build; Need to distinguish debug/release and archs #99

Open
kevinresol opened this issue Mar 14, 2017 · 2 comments
Open

Android build; Need to distinguish debug/release and archs #99

kevinresol opened this issue Mar 14, 2017 · 2 comments

Comments

@kevinresol
Copy link
Contributor

Currently it doesn't has any switches about that.

Not android expert but I think one should always build all three archs (arm64-v8a, armeab-v7a, x86) for properly deploying on devices.

@ruby0x1
Copy link
Member

ruby0x1 commented Mar 14, 2017

yea, you must manually specify --archs arm64, armv7 etc and for --debug as well. This is because of how gradle works, it doesn't really make it easy to get this information and I had stopped to first figure out where the engine core was landing for 1.0.

That is: all you need to do is specify the flags, the build process takes care of the rest.

So immediate term, you must modify flow.gradle directly unfortunately, as I couldn't at the time get gradle to cooperate.

@kevinresol
Copy link
Contributor Author

all you need to do is specify the flags

No problem. I can do that

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

2 participants