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

Issue with installing as a system app #9

Open
basil369 opened this issue Jun 8, 2022 · 0 comments
Open

Issue with installing as a system app #9

basil369 opened this issue Jun 8, 2022 · 0 comments

Comments

@basil369
Copy link

basil369 commented Jun 8, 2022

Moved the APK to /system/priv-app/ folder to install it as a system app. But getting an error like this when running traceroute - java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/priv-app/TraceRoute/app-release.apk"],nativeLibraryDirectories=[/system/priv-app/TraceRoute/lib/arm, /system/priv-app/TraceRoute/app-release.apk!/lib/armeabi-v7a, /system/lib, /product/lib, /system/lib, /product/lib]]] couldn't find "libtraceroute.so"

As per stack trace, the issue happens when the apk tries to load the traceroute binary file by calling System.loadLibrary("traceroute")

Tried this solution but still facing the same issue. Can you please help with resolving it?

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

1 participant