How to deploy android application to a device?

后端 未结 5 1787
南旧
南旧 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:03

    I just copy the APK for my project out of the /workspace/project/bin folder, and use Dropbox to send it to my device. Then I install the APK from Dropbox client on the device. (No need for cables!)

提交回复
热议问题