You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: