在不重建项目的情况下无法在

在不重建项目的情况下无法在

本文介绍了在不重建项目的情况下无法在 Android Studio 中找到符号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试将我的项目部署到模拟器时,编译失败并出现一堆找不到符号错误.我必须重建项目,然后每次进行更改时进行部署.这对我来说只是从 0.1.6 开始.还有人看到这个吗?

When I try to deploy my project to the emulator the compile fails with a bunch of Cannot find symbol errors. I have to rebuild the project then deploy everytime I make a change. This just started in 0.1.6 for me. Anyone else seeing this?

推荐答案

作为临时解决方法,尝试关闭 Preferences > Compiler > Use External Build.

As a temporary workaround, try turning off Preferences > Compiler > Use External Build.

(如本期建议:https://code.google.com/p/android/issues/detail?id=56884)

这篇关于在不重建项目的情况下无法在 Android Studio 中找到符号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-05 03:37