Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 72
Paul Verest edited this page Apr 15, 2014
·
3 revisions
gradle installDebug
adb shell am start -n yourpackagename/.activitynametask appStart(type: Exec, dependsOn: ':installDebug') {
// linux
commandLine 'adb', 'shell', 'am', 'start', '-n', 'com.example/.MyActivity'// windows// commandLine 'cmd', '/c', 'adb', 'shell', 'am', 'start', '-n', 'com.example/.MyActivity'
}