Skip to content

Instantly share code, notes, and snippets.

@xxnjdlys
Created May 12, 2017 06:35
Show Gist options
  • Save xxnjdlys/8a44bb0db1a87b7c438014c7aadd4006 to your computer and use it in GitHub Desktop.
Save xxnjdlys/8a44bb0db1a87b7c438014c7aadd4006 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [{
"type": "android",
"request": "launch",
"name": "wkremote",
"appSrcRoot": "/Users/sadieyu/workspace/wkremoteandroid/client/src/main",
"apkFile": "/Users/sadieyu/workspace/wkremoteandroid/client/build/outputs/apk/client-update2-debug.apk",
"adbPort": 5037
},
{
"type": "android",
"name": "Android Debug",
"request": "launch",
"appSrcRoot": "/Users/sadieyu/workspace/wkremoteandroid/client/src/main",
"apkFile": "/Users/sadieyu/workspace/wkremoteandroid/client/build/outputs/apk/client-update2-debug.apk",
"adbPort": 5037
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment