-
Notifications
You must be signed in to change notification settings - Fork 218
Conversation
This change looks like the noApi will now only build for x86? I still use the noApi for testing on arm. |
@bluemarvin Fixed that and added multi flavor support as it's a more standard way of dealing with this. Haven't added support for channels as I'm not really sure we need that yet and it generates a lot of variants. |
3fbafb5
to
6d0c1ef
Compare
this looks great. I wish I could do a test push to master to see if taskcluster has any problems with this before landing it for real. |
I can build all the versions of the apk with:
But when I try to run noapix86 on an emulator by pressing the green play button in AndroidStudio I get the following error:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@keianhzo Can you see if you can fix the play button? I tried poking at it but didn't see anything obvious.
I have the same problem Tried to disable splits and update AS/plugins with no luck:
|
Fixed the MacOS ABI filtering issue, should work fine in all platforms now. |
b35b4f1
to
45aef70
Compare
Added support for android x86 emulator. Ideally we could add support for flavor dimensions and have targets for abi, platforms and channels (release, beta, nightly) so we can easily test all combinations. We can do that in the future.