Coder Social home page Coder Social logo

Comments (5)

Gutyn avatar Gutyn commented on August 11, 2024

Make sure you don't have duplicate jni folder in your app, remove the project and clone again.
Make sure to follow the readme steps.

from breadwallet-android.

byz0806 avatar byz0806 commented on August 11, 2024

thank you

08-09 09:03:51.386 3521-3521/com.breadwallet E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.breadwallet, PID: 3521
java.lang.NoClassDefFoundError: android.hardware.fingerprint.FingerprintManager
at com.breadwallet.BreadWalletApp.onCreate(BreadWalletApp.java:87)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1024)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4346)
at android.app.ActivityThread.access$1500(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5019)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
at dalvik.system.NativeStart.main(Native Method)

from breadwallet-android.

Gutyn avatar Gutyn commented on August 11, 2024

FingerprintManager is supported in API 23 and higher.BreadWallet is only supporting android API23+ so if you want to support lower versions please change the Fingerprint class to the respective one.

from breadwallet-android.

voisine avatar voisine commented on August 11, 2024

Lower apis are strongly unrecommended for security reasons. They are for-sure not suitable for anything more than pocket change amounts of digital currency.

from breadwallet-android.

byz0806 avatar byz0806 commented on August 11, 2024

Thank you very much

from breadwallet-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.