Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues in app bundle #3066

Open
saadullah2216 opened this issue May 11, 2023 · 1 comment
Open

Issues in app bundle #3066

saadullah2216 opened this issue May 11, 2023 · 1 comment
Labels

Comments

@saadullah2216
Copy link

I want to create Android app bundle and its is successfully created, but when I install with bundle apks and try to connect, It always told "Cannot run program "/data/app/packageName/lib/arm64/libss-local.so" (in directory "/data/user_de/0/packageName/no_backup"): error=2, No such file or directory".

@made-by-love
Copy link

Add this to build.gradle.kts android section.

    // for app bundle build, package native .so libs into the bundle
    packagingOptions {
        jniLibs {
            useLegacyPackaging = true
        }
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants