Android Debug (调试)注解处理器

发布时间 2023-04-11 11:14:41作者: 现代新青年

 

1. add remote debug configuration

2. copy jvm options : (-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005), and paste it to gradle.properties file.

 

 3. then click debug button to attach localhost:5005, expand the gradle task list and click to run assmble project to start up build process.