开发者

cant see breakpoints when I want to debug using device

开发者 https://www.devze.com 2023-01-07 03:39 出处:网络
When I\'m using the device and click on my debug the application is lunched in my device but I cant see the break points.

When I'm using the device and click on my debug the application is lunched in my device but I cant see the break points .

In the debug window the application wh开发者_如何学编程om run is shown for a second and then disappear and I cant debug my application on the device .

Did I miss something ? can someone please explain me what I did wrong and correct me


my problem was not adding the

<application android:debuggable="true".../>

in the right place ...

0

精彩评论

暂无评论...
验证码 换一张
取 消