The description of SK library tool - Play With New Friends
Download libraries from the maven repositoryThis application enables you to download java libraries to be used in the Sketchware pro app. Sketchware pro uses libraries that contain a .jar file and a .dex file. All you have to do is copy the Gradle String of the library and paste it into the app and parse the Download button. The app will download the jar file from the repository and dex it using the d8 tool.Make a Sketchware Library from a jar file If you download the jar file manually, you can dex it using the d8 tool by clicking on the Show list of classes , and you can check the classes list of the library to import them into your project.