Android Application Development (AND-401) — Question 63
Which of the following tools creates certificates for signing Android applications?
Answer options
- A. adb
- B. logcat
- C. keytool
- D. certgen
Correct answer: C
Explanation
The correct answer is C, keytool, as it is specifically designed for managing keystores and generating certificates used in Android application signing. The other options, such as adb and logcat, are tools for different purposes like debugging and device management, while certgen is not a standard tool used for this task.