Sorry.
Chick- I have a translation of a young hen. is it possible to replace this word with another? writes me that you are trying to kill a young hen. can’t grasp the meaning of the message.
Ok. I realized. difficulties arose with both libraries. this hour I will write in detail,
I have little experience in installing libraries. Only automatically-zip and manually dfx.
but in both cases, the archive must have a “libraries” directory, which must contain the core library files with the .jar extension.
The libraries you referenced do not contain this “libraries” directory and there are no .jar files.
Don’t know how to install them on APDE.
please give instructions.
If the library is in a ZIP or other type of compressed file, then extract it.
Copy the extracted folder to the libraries folder in the Sketchbook folder and rename it to the desired name of the library., e.g. “path/to/Sketchbook/libraries/Ketai/”.
Ensure that the library JAR file is located in the “library” folder in the library’s folder with the same name as the enclosing folder, e.g. “Ketai/library/Ketai.jar”. Copy any additional JAR files to this folder.
Optionally, ensure that the library’s examples are located in the “examples” folder in the library’s folder, e.g. “Ketai/examples/”.
Optionally, ensure that the “library.properties” file is located at the root of the library’s folder, e.g. “Ketai/library.properties”.
Create a new folder at the same level as the “library” folder with the name “library-dex”, e.g. “Ketai/library-dex/”.
Open APDE and navigate to (action overflow) > Tools > Import Library > Manage Libraries > (action overflow) > DX Dexer. Note: The library should already appear in the list, but it has not been fully installed yet.
In the “Input File” text box, enter the path to the library JAR file, e.g. “path/to/Sketchbook/libraries/Ketai/library/Ketai.jar”. You may use the file select button to aid in locating this file.
In the “Output File” text box, enter the same path as above, but change the “library” folder to “library-dex” and change the library JAR file to " libraryName -dex.jar", e.g. “path/to/Sketchbook/libraries/Ketai/library-dex/Ketai-dex.jar”.
Press the “Dex” button. Wait for the dexing process to complete.
Repeat steps 7 through 10 for any additional library JAR files.
When the dialog closes, the library has been fully installed. It will now be automatically added to any sketch with the import statements at the top.