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

Add missing LD_LIBRARY_PATH env #34

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Add missing LD_LIBRARY_PATH env #34

merged 1 commit into from
Sep 17, 2024

Conversation

JingMatrix
Copy link
Owner

@JingMatrix JingMatrix commented Sep 17, 2024

On Android 15, dex2oat command fails due to linker error #28 #1 .

We can fix this error by manually set the env LD_LIBRARY_PATH.
However, this env must be properly set, otherwise it may not work on other devices.

We still need users to test this fix, please tell me your results and submit your logs when it doesn't work.

@JingMatrix
Copy link
Owner Author

@privacyguy123 , @hyne-shan, @CyanChanges
Please test the build https://github.com/JingMatrix/LSPosed/actions/runs/10901321630, and tell me if dex2oat works as expected. Thanks!

@CyanChanges
Copy link

Screenshot_20240917-192808
Works as expected! Thanks!!!!

@privacyguy123
Copy link

privacyguy123 commented Sep 17, 2024

Fixed on my side too, but remember: I am on Android 13 so the problem was not specific to A15.

@JingMatrix JingMatrix marked this pull request as ready for review September 17, 2024 14:28
@JingMatrix JingMatrix merged commit 234c9c9 into master Sep 17, 2024
1 check passed
JingMatrix added a commit that referenced this pull request Sep 18, 2024
Tests passed on Android 13 and Android 15 devices
JingMatrix added a commit that referenced this pull request Sep 18, 2024
Tests passed on Android 13 and Android 15 devices
@JingMatrix JingMatrix deleted the dex2oat branch September 19, 2024 03:27
JingMatrix added a commit that referenced this pull request Sep 22, 2024
Tests passed on Android 13 and Android 15 devices
JingMatrix added a commit that referenced this pull request Oct 17, 2024
Tests passed on Android 13 and Android 15 devices
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

Successfully merging this pull request may close these issues.

3 participants