Felix. 0 Posted January 17, 2022 Greetings, Could you check if it's possible? I am building a bundle with "Generate Android App Bundle file (arm + arm64)" option enabled. In Android-32, I include a 32-bit third-party library in the library\lib\armeabi-v7a folder (11 MB in size), in Android-64 I include a 64-bit third-party lib in the library\lib\arm64-v8a folder (12 MB). Then I make an aab file and look at its contents: there is a third-party lib (12 MB) in the base\lib\arm64-v8a folder, but there's no third-party lib in the base\lib\armeabi-v7a folder! Why is it happening? Who else faced it? Maybe this is due to the fact that the third-party lib has the same name for both 32 and 64 versions? Share this post Link to post
Felix. 0 Posted January 17, 2022 When I write "I include a 32-bit third-party library in the library\lib\armeabi-v7a folder", I mean I set Remote Path in the Deployment window. Share this post Link to post
Rollo62 536 Posted January 17, 2022 You mean libraries like this ? There you can add custom libraries, bei right click the Android32/64 Node and add them to the list. Share this post Link to post
Felix. 0 Posted January 17, 2022 58 minutes ago, Rollo62 said: You mean libraries like this ? There you can add custom libraries, bei right click the Android32/64 Node and add them to the list. I mean .so libraries Share this post Link to post