问题描述
我是新来的android的世界。
I am new to android world.
我已经做了一个用户注册的申请。这是工作的罚款。但是当我试图微调框添加到我的活动文件,它显示了AVD的错误一样,
I have made an application of a user registration. It was working fine. but when i tried to add a spinner to my activity file, it was showing an error in avd, like,
在应用程序注册(过程com.students)已停止 不料。请重试
来了。
和我的日志猫显示错误
10月11号日至12日:42:06.816:E / dalvikvm(313):无法打开堆栈跟踪文件 /data/anr/traces.txt':权限被拒绝
究竟是错误?我怎样才能摆脱呢?
What is actually that error? How can i get rid of that?
推荐答案
这是一个问题,我当我是新来的Android。后来我才知道自己无法写入traces.txt的信息是不符合程序的实际问题。
This was a problem I had when I was new to Android. Then I learned that the message about being unable to write to traces.txt was not the actual problem with the program.
的解决这个问题是由此发现和纠正实际(无关这个消息)原因的程序发生崩溃。然后,将不会再出现此信息(这反映了崩溃报告系统配置问题)。
The solution to this problem is thus to find and correct the actual (unrelated to this message) reason the program is crashing. Then this message (which reflects a configuration problem in the crash reporting system) will no longer occur.
这篇关于无法打开堆栈跟踪文件“/data/anr/traces.txt':权限被拒绝的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!