Created
May 12, 2017 06:35
-
-
Save xxnjdlys/8a44bb0db1a87b7c438014c7aadd4006 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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