Jump to content
Felix.

Weird AAB generation (Delphi 10.4)

Recommended Posts

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

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

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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×