Which of the following tools creates certificates for signing Android applications?
Which of the following tools creates certificates for signing Android applications?
The correct tool for creating certificates for signing Android applications is keytool. Keytool is a part of the Java Development Kit (JDK) and is used to manage a keystore of cryptographic keys, X.509 certificate chains, and trusted certificates. Using keytool, you can generate a private key and create a self-signed certificate, which is necessary for signing Android applications for distribution.
C. keytool