Good afternoon!
I have 2 questions about exporting for Android:
- Now, by default, when exporting to Android, 4 architectures are immediately added (arm64v8, armv7, x86, x86_64). Is it possible to specify only certain architectures (one or two, for example)?
- How to upload to a project for Android Studio? If I'm not mistaken, there was such an opportunity before.
Comments
looking for the 1st question
Likes: E1e5en
Likes: E1e5en
Unfortunately, these settings are not obvious, but it is wonderful that they are there.
Likes: MoKaLux
edit: you can click ACCEPT on an answer to show it helped
Likes: E1e5en
Likes: E1e5en
I expected to get two architectures: arm64-v8a and arm64-v8a. But as a result, I got only one: arm64-v8a.
And if you set such settings:
Then, as a result, all 4 architectures are unloaded:
Is this a mistake?
Likes: E1e5en, MoKaLux