Giter VIP home page Giter VIP logo

Comments (5)

uccmawei avatar uccmawei commented on May 26, 2024

@DuoLa512 大哥!都说了你要把错误信息发出来才能分析问题啊!难道要我掐指一算吗?→_→

from fingerprintidentify.

DuoLa512 avatar DuoLa512 commented on May 26, 2024

主要是我打包后,他出现点击指纹那块崩溃,没有打包,不会崩,求教,谢谢

from fingerprintidentify.

uccmawei avatar uccmawei commented on May 26, 2024

@DuoLa512

打包后的才奔溃的话,应该是混淆问题,检查一下你的混淆规则,是否已经加入以下代码:
(介绍文档中有步骤介绍的)

-keep class com.fingerprints.service.** { ; }
-keep class com.samsung.android.sdk.
* { *; }

from fingerprintidentify.

DuoLa512 avatar DuoLa512 commented on May 26, 2024

我项目都还没进行混淆操作,这样有影响吗?谢谢

from fingerprintidentify.

uccmawei avatar uccmawei commented on May 26, 2024

@DuoLa512 目前基本可以肯定是你混淆的问题,你研究一下你的代码实现吧。

from fingerprintidentify.

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.