Android: how to install apk on device, without using android sdk tools

前端 未结 5 2059
一生所求
一生所求 2021-02-06 11:42

I have built my app into a signed SDK. I would like for beta testers to be able to install this on their devices without having to install and use the android sdk tools (I real

5条回答
  •  半阙折子戏
    2021-02-06 12:23

    You can put the apk file on a server. On the device/emulator open the browser and download the apk and now u can tap on the downloaded apk and install it.

提交回复
热议问题