我目前正在开发一个供个人使用的应用程序,但Android Studio有1000001个问题 - 现在R无法解决 - 清洁会给出以下结果:
* What went wrong:
Execution failed for task ':app:mergeDebugResources'.
Error: Failed to run command:
C:\Users\William\AppData\Local\Android\sdk\build-tools\21.1.2\aapt.exe s -i C:\Users\William\Dropbox\111 WORKSPACES 111\Android Studio\Legacy\Notifications Alarm\2015-03-24 AndroidStudioProject\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\21.0.3\res\drawable-xhdpi\abc_textfield_search_activated_mtrl_alpha.9.png -o C:\Users\William\Dropbox\111 WORKSPACES 111\Android Studio\Legacy\Notifications Alarm\2015-03-24 AndroidStudioProject\app\build\intermediates\res\debug\drawable-xhdpi-v4\abc_textfield_search_activated_mtrl_alpha.9.png
Error Code:
42
Output:
C:\Users\William\Dropbox\111 WORKSPACES 111\Android Studio\Legacy\Notifications Alarm\2015-03-24 AndroidStudioProject\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\21.0.3\res\drawable-xhdpi\abc_textfield_search_activated_mtrl_alpha.9.png ERROR: Unable to open PNG file
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 17.777 secs
以上是我清理项目时收到的错误消息。我无法找到任何XML错误,除了启动器图片之外,我的资源中没有异物,我无法在任何地方找到我的R文件 - 更不用说无误地引用它了。上述错误指向
abc_textfield_search_activated_mtrl_alpha.9.png
我找到并删除了 - 我不认为这是正确的解决方案,因为错误仍然存在。我更新了Android Studio同步Gradle以及我从研究中看到的所有内容。我真的不知道如何处理这个问题。
谢谢。