How to install an Android application on a real device without publishing and Eclipse?

后端 未结 9 899
太阳男子
太阳男子 2020-12-23 11:52

How can I install an application without any developer tools (Eclipse, Android SDK tools)?

I\'ve compiled and created an .apk file. Now I am gonna send this apk file

9条回答
  •  时光说笑
    2020-12-23 12:51

    You can deploy the .apk file on your local server(apache or jboss) with a static IP to make the file available for download. Now just open the download link of the apk file in your mobile browser. The device will automatically start the installation after the download completes.

提交回复
热议问题