Coder Social home page Coder Social logo

Comments (4)

cjaentsch avatar cjaentsch commented on July 3, 2024

Seems to be an issue with our obfuscation process. We'll check again and keep you updated.

from fiskaly-kassensichv-client-java.

cjaentsch avatar cjaentsch commented on July 3, 2024

OK, so we have investigated further (together with the new fiskaly client jar build released today)...

When using the obfuscator, we still get the error mentioned above on runtime. When not using the obfuscator (the main jar of our application), we get an error during the build process of the Cordova app:

D8: Program type already present: com.fiskaly.kassensichv.client.interceptors.AuthenticationInterceptor
D8: Program type already present: com.fiskaly.kassensichv.client.authentication.Authenticator
D8: Program type already present: com.fiskaly.kassensichv.client.interceptors.HeaderInterceptor
D8: Program type already present: com.fiskaly.kassensichv.client.ClientFactory
com.android.builder.dexing.DexArchiveBuilderException: Failed to proces

I really don't have a clue what to do next. I tried with less included libraries and so on. Maybe the obfuscator generally is correct but has a problem because we have a "com.fiskaly.kassensichv.sma.SMA" and a "com.fiskaly.kassensichv.sma.Sma" (so same letters but one with capital letters).

from fiskaly-kassensichv-client-java.

cjaentsch avatar cjaentsch commented on July 3, 2024

Ok, so i solved the problem by changing the com.fiskaly.kassensichv.sma.SMA to com.fiskaly.kassensichv.sma.SMAInterface. So it does not conflict with com.fiskaly.kassensichv.sma.Sma

Now it works on Android, too! :)

from fiskaly-kassensichv-client-java.

auxdevelopment avatar auxdevelopment commented on July 3, 2024

This has now been fixed by this PR

from fiskaly-kassensichv-client-java.

Related Issues (16)

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.