附加调试器 - 机器人的问题 [英] Attaching debugger - android problem

查看:131
本文介绍了附加调试器 - 机器人的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是新的android应用开发。每当我运行一个新的应用程序,它被安装和启动活动后,它会显示一个消息,说:应用程序正在等待调试器附加在模拟器上。在此之后,应用程序运行正常。但我没有得到这个信息是什么,我怎么能得到从显示停止它。谁能帮我...?

I am new to android application development. Whenever I run a new app, after it gets installed and the activity launches, it displays a message saying "application is waiting for the debugger to attach" on the emulator. After that, application runs properly. But I am not getting what that message is and how I can stop it from getting displayed. Could anyone help me...?

推荐答案

其正常的...当调试需要一定的时间来连接到设备或模拟器。它不是一个错误信息和u不必担心。

its normal... when debugging it takes some time to connect to device or emulator. Its not a error message and u need not worry about it.

某些应用程序(我假设不是你)需要有权限进行调试,然后ü需要有这样code

Some applications(I assume not yours) needs to have permissions to debug, then u need to have this code

<manifest>
<uses-permission android:name="android.permission.SET_DEBUG_APP"></uses-permission>
</manifest> 

在您的清单文件。

否则有这种

android:debuggable="true"

在AndroidManifest.xml中应用标签

in the application tag in the AndroidManifest.xml

感谢

这篇关于附加调试器 - 机器人的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆