Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
ihpl_lab_1's avatar
ihpl_lab_1
Explorer
5 years ago

How to launch Unity App via adb?

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

Replies have been turned off for this discussion
  • I can do it via SideQuest, but that gives me more hope that it's possible via adb.