Sharing android project to other devices

I’d like to share my android project with friends, but don’t want them to have to go into developer mode to install the files (ie this process-https://docs.unrealengine.com/latest/INT/Platforms/Android/GettingStarted/2/index.html)

Is there a way to package a project for devices not set up in developer mode?

I already have it working fine on my development device btw.

They can install APK of you game by coping it to device and then open in with some file manager, system then should attept to install it. They also need to turn on ability to install packages from non-trusted sources.

Development mode is only needed to use ADB, which allows to install packages to device from directly from PC

Awesome! Thanks I’ll try that tonight