Android Question Help request for desugaring a library

drgottjr

Expert
Licensed User
Longtime User
something fishy about this one, i think. i've used erel's desugarer a few times without incident. (i just tried a file i had to make sure i wasn't missing something. it desugared find.) your classes.jar file, however, caused a lot of commotion:


with luck, maybe someone higher up the food chain here will try overnight for you. sorry.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
B4X:
java -jar Desugar_deploy.jar  --input classes.jar --output=ttt.jar --bootclasspath_entry=C:\Android\platforms\android-30\android.jar --classpath_entry=C:\Android\extras\b4a_remote\androidx\lifecycle\lifecycle-viewmodel\2.2.0\unpacked-lifecycle-viewmodel-2.2.0\jars\classes.jar --classpath_entry=C:\Android\extras\b4a_remote\androidx\databinding\baseLibrary\3.2.0-alpha11\baseLibrary-3.2.0-alpha11.jar --classpath_entry=C:\Android\extras\b4a_remote\androidx\fragment\fragment\1.2.5\unpacked-fragment-1.2.5\jars\classes.jar --classpath_entry=C:\Android\extras\b4a_remote\androidx\core\core\1.3.2\unpacked-core-1.3.2\jars\classes.jar --classpath_entry=C:\Android\extras\b4a_remote\androidx\activity\activity\1.1.0\unpacked-activity-1.1.0\jars\classes.jar --classpath_entry=C:\Android\extras\b4a_remote\androidx\lifecycle\lifecycle-common\2.2.0\lifecycle-common-2.2.0.jar --classpath_entry=C:\Android\extras\b4a_remote\androidx\savedstate\savedstate\1.0.0\unpacked-savedstate-1.0.0\jars\classes.jar --classpath_entry=C:\Android\extras\b4a_remote\androidx\lifecycle\lifecycle-livedata-core\2.2.0\unpacked-lifecycle-livedata-core-2.2.0\jars\classes.jar --classpath_entry=C:\Android\extras\b4a_remote\androidx\lifecycle\lifecycle-runtime\2.2.0\unpacked-lifecycle-runtime-2.2.0\jars\classes.jar --classpath_entry=C:\Android\extras\b4a_remote\androidx\recyclerview\recyclerview\1.1.0\unpacked-recyclerview-1.1.0\jars\classes.jar

I've sent you the jar with an email as it is larger than allowed in the forum.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…