how to install unsigned android application on the device?

前端 未结 3 1824
傲寒
傲寒 2021-02-13 09:42

Currently a team of developers is working on Android application and during the development process testers already have to test the current state and report issues.

So

3条回答
  •  清酒与你
    2021-02-13 10:19

    You can allow untrusted applications in the settings.

    Settings / Applications / Unknown sources

    with that setting on, you can just point your phone to the url of an .apk and install it IIRC.

    It is also possible to install apks using debug mode and adb-commands over USB-cable.

提交回复
热议问题