How to deploy android application to a device?

后端 未结 5 1780
南旧
南旧 2020-12-09 15:23

I developed an application. Now I want to deploy it on real device. Can any body please tell me the steps and the requirements to deploy it on a real device.

Thanks

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-09 16:14

    Also, you have to set up your system to detect your device.

    • If you're developing on Windows, you need to install a USB driver for adb. For an installation guide and links to OEM drivers, see the OEM USB Drivers document.

    • If you're developing on Mac OS X, it just works. Skip this step.

    • If you're developing on Linux see official Android guide here

提交回复
热议问题