-
|
Is there a way to exclude armv7 devices when building with the We are trying to make a release APK for an app that has a dependency on FlyingFox, but the This is what we are seeing: (Full logs attached) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You should be able to restrict the architectures with: The specified architecture should be passed through to the lower skip bridge export. If that doesn't work, try running with the |
Beta Was this translation helpful? Give feedback.
You should be able to restrict the architectures with:
The specified architecture should be passed through to the lower skip bridge export. If that doesn't work, try running with the
SKIP_EXPORT_ARCHSenvironment variable: