We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Can you please help me how to open it in Android studio or eclipse. I tried opening it on both.. In eclipse, I am getting the following error:
10-18 16:51:37.100: E/AndroidRuntime(17728): Process: com.ndu.mobile.darwinwallet, PID: 17728 10-18 16:51:37.100: E/AndroidRuntime(17728): java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.ndu.mobile.darwinwallet-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libnative_wallet.so"
Please, resolve my issue
The text was updated successfully, but these errors were encountered:
You'll need to compile the native code (C++) via the NDK: http://developer.android.com/ndk/index.html
That's what that "libnative_wallet.so" file is.
Sorry, something went wrong.
No branches or pull requests
Hi
Can you please help me how to open it in Android studio or eclipse.
I tried opening it on both.. In eclipse, I am getting the following error:
10-18 16:51:37.100: E/AndroidRuntime(17728): Process: com.ndu.mobile.darwinwallet, PID: 17728
10-18 16:51:37.100: E/AndroidRuntime(17728): java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.ndu.mobile.darwinwallet-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libnative_wallet.so"
Please, resolve my issue
The text was updated successfully, but these errors were encountered: