cancel
Showing results for 
Search instead for 
Did you mean: 

How to launch Unity App via adb?

ihpl_lab_1
Explorer
How can I launch my Unity Application via adb?

Tried:
adb shell start -n com.COMPANY.NAME/com.unity3d.player.UnityPlayerNativeActivity

but 'start' it wants root access.
1 REPLY 1

ihpl_lab_1
Explorer
I can do it via SideQuest, but that gives me more hope that it's possible via adb.