Question:Which of the following are valid ways to deploy an Android application to a device?
A Using the "adb install /path/to/apk" command from the command prompt/terminal, when USB Debugging Mode is enabled in the device.
B Exporting and signing the package, then browsing it to install.
C Launching the application from an IDE, when USB Debugging Mode is enabled in the device.
D All
+ AnswerD
+ Report