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

.AAB app doesn't start openVPN in Google Play #427

Closed
efef opened this issue Aug 15, 2024 · 1 comment
Closed

.AAB app doesn't start openVPN in Google Play #427

efef opened this issue Aug 15, 2024 · 1 comment

Comments

@efef
Copy link
Contributor

efef commented Aug 15, 2024

When building an .AAP app it doesn't work when the app has been released in Google Play.
It seems isc-openVPN isn't starting correctly.

However the app just works fine when manually installing it directly on a device.

References and possible workaround:
schwabe/ics-openvpn#1331 (comment)
https://stackoverflow.com/questions/70479205/missing-so-file-lib-when-building-in-app-bundle

Maybe adding this to to build.gradle will fix it:
android {
compileSdk 34
packagingOptions {
jniLibs {
useLegacyPackaging = true
}
}
bundle {
abi { enableSplit = false }
}

@dzolnai
Copy link
Collaborator

dzolnai commented Aug 26, 2024

Fixed by #428

@dzolnai dzolnai closed this as completed Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants