-
Notifications
You must be signed in to change notification settings - Fork 80
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
Runtime error, FileNotFoundException: libjninode.so #19
Comments
Yes, it copies the shared objects to the fileysystem, but it's an area that's accessible to the app. The error message looks like perhaps the copy fails because it can't find the file in the assets directory. |
I scanned my whole / and no copy of libjninode.so exists, how is it built and copied into the assets directory ? |
Did you follow this: https://github.com/paddybyers/anode/wiki/build ? |
hmm,,, No I didn't.. my bad, I looked at the wiki page, but the "More information" section fell below the fold for me and I missed it.. Things make a little more sense now.. Thank you. |
I did a checkout of the node from master-isolate-android and compiled. It looks like it produced libjninode.so, but soon after when building bridge it failed with the following error. Do I need to checkout any of the other projects from a specific point, they are currently at the tips
|
I am getting the following error when I am trying to run anode on my Transformer prime running Android 4.0.3.
Is Anode packaging the .so files as part of the .apk, then extracting them to the filesystem at runtime as executables ?
If so, can an non rooted device write to the standard library location ?
The text was updated successfully, but these errors were encountered: