matthill / darwinwallet

Darwin Wallet is an Android app that enables blind and visually impaired users to quickly recognize paper money. It uses the phone's camera to detect currency denominations for US, UK, Canadian, European Union, and Australian bills. Simply hold the bill in front of the phone's camera and the app will speak its value
GNU General Public License v2.0
30 stars 13 forks source link

Can't open it on Android Studio or eclipse #2

Open skhan94 opened 8 years ago

skhan94 commented 8 years ago

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

matthill commented 8 years ago

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.