Classyshark is a Java app that runs on the development platform.
Extracts class info from .apk files
Logcat is a standard Android feature. You can access it when the phone is plugged in by typing at Windows Command Prompt
C:\Users\Public\Documents\Embarcadero\Studio\22.0\CatalogRepository\AndroidSDK-2525-22.0.47991.2819\platform-tools\adb.exe logcat > c:\temp\logcat.txt
Test a crashing app by:
1. adb logcat > c:\temp\logcat.txt
2. Start app and cause it to crash.
3. Ctrl+C at the command prompt.
Android Developer Tool Locations
To install the JDK 11 go to Tools | Manage Platforms and then choose Additional Options.
The JDK is the last one. If it is already checked you have already installed it.
You can also check in the SDK Manager.
In the Java tab, keytool and jarsigner should be in C:\Program Files\Eclipse Adoptium\jdk-11.0.15.10-hotspot\bin.