krangl icon indicating copy to clipboard operation
krangl copied to clipboard

Problem integrating krangl in android project

Open lucsanselme opened this issue 4 years ago • 4 comments
trafficstars

I've included implementation "com.github.holgerbrandl:krangl:0.16.2" in my build.gradle module, and I get :

com.android.tools.r8.errors.b:` Method name '=' in class 'krangl.Extensions' cannot be represented in dex format.

Thank you in advance.

lucsanselme avatar Jun 01 '21 15:06 lucsanselme

I think we had a similar ticket a while ago. I'm still unsure if the operator should be dropped.

holgerbrandl avatar Jun 02 '21 18:06 holgerbrandl

Do you have a solution to make it work as is ?

Thank you

lucsanselme avatar Jun 03 '21 06:06 lucsanselme

Did you manage to run krangl on Android? After adding to dependencies:

  • implementation "com.github.holgerbrandl:krangl:0.17.2" gradle build is going fine but when running the app i'm receiving an error :
  • 2 files found with path 'org/apache/batik/util/gui/resources/flags/flag_ro.gif'. and the build fails. Any suggestions? thanks!

krisusmaxus avatar Feb 05 '22 16:02 krisusmaxus

This error seems unrelated to rangl. Not sure how to help.

holgerbrandl avatar Feb 13 '22 19:02 holgerbrandl