You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gradle-androi...@googlegroups.com
I was wondering why the android plugin of gradle has no task to run the app built, but only can install. I thin the task is much needed. Every time I have built the apk, I must look for the app on my device and launch it. That's so annoying. Even if I run the command "adb shell am start -n package/activity", I think it's not convenient. Hope gradle can integrate with run task.