问题描述
每当我加载我的应用程序时,我都会收到一条奇怪的Logcat消息,该消息不会导致崩溃,但仍然让我感到担忧.
Whenever i load my app i get this weird Logcat message, which doesnt result into a crash but still worries me.
我浏览了不同的论坛,发现Dex是运行Java的代码.我仍然不知道为什么会收到此消息.
I have looked into different forums and found out that Dex is the code on which java runs. I still dont know why I get this message.
有人知道此错误消息的全部内容以及如何解决吗?
Does someone know what this error message is all about and how I can fix it?
推荐答案
这是由名为Instant Run的开发工具引起的.您不会在发行版本中看到它.
如果此错误持续困扰您,则可以在Android Studio的设置中禁用即时运行".
This caused by development tool called Instant Run.
You won't see that in your release builds.
If this error keeps bothering, you can disable Instant Run in Android Studio's settings.
这篇关于android Logcat中的错误消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!