-
I want to use the latest soot up but I kept meeting this error. The same thing happens on version 1.2.0 too. I'm using mavencentral as my maven repo. Here is the error:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
That is the dex2jar artifact from https://github.com/ThexXTURBOXx/dex2jar.
|
Beta Was this translation helpful? Give feedback.
-
Yeah the errors realted to dex2jar are quite annoying. We are working on another approach without dex2jar |
Beta Was this translation helpful? Give feedback.
-
I would like to share my solution to a similar problem I encountered while adding SootUp version 1.1.2 using Gradle. I resolved the problem by adding the following block to
and the following to
|
Beta Was this translation helpful? Give feedback.
That is the dex2jar artifact from https://github.com/ThexXTURBOXx/dex2jar.
It is not available in one of the traditional artifact repositories, instead it is included via https://Jitpack.io: