原来是应用程序无响应(Application Not responding),在Android上如果你的程序在一段时间没有响应,系统就会显示一个对话框提示用户是 ..
基于30个网页-相关网页
...应用程序看上去僵死一样,如果阻塞的时间过长(超过5秒)android则会弹出一个“应用程序没有响应(application not responding)”的对话框。
基于24个网页-相关网页
ANR是Android特有的缩略语——Application Not Responding(应用程序未响应),这是当你的应用程序对请求的响应被判断为超时的情况下,你会看到的对话框中的前几个词。
基于12个网页-相关网页
In Android terms, applications that are insufficiently responsive will frequently cause the system to pop up the dreaded "application Not Responding" (ANR) message.
用Android的话来说,不能够及时响应的应用经常使系统弹出令人恐惧的“应用没有响应”(ANR)的消息。
Even worse, if the UI thread is blocked for more than a few seconds (about 5 seconds currently) the user is presented with the infamous "application not responding" (ANR) dialog.
更坏的是,如果应用程序ui线程被阻塞超过几秒钟(现在大概是5秒),用户就会看到一个让人不高兴的“应用程序没有响应”(ANR)对话框。
In fact, if this task takes more than five seconds, the Android operating system will reward your application with the infamous application Not Responding dialog in Figure 1.
事实上,如果这个任务超过5秒,Android操作系统将出现臭名昭著的Application Not Responding对话框,如图1所示。
应用推荐