我开始开发一个Android应用程序,以便在一周前学习android,并且经过深度代码重构实现干净的代码架构后,我得到了这个完整的错误:
Information:Gradle tasks [:app:clean, :app:generateDebugSources,
:app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies, :app:assembleDebug]
/home/kazzzweb/Workspace/android/myrecipesapp/app/build/intermediates/manifests/instant-run/debug/AndroidManifest.xml
Error:(17, 23) No resource found that matches the given name (at 'icon' with value '@mipmap/ic_launcher').
Error:(17, 23) No resource found that matches the given name (at 'icon' with value '@mipmap/ic_launcher').
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt
Information:BUILD FAILED
Information:Total time: 1.933 secs
Information:3 errors
Information:0 warnings
Information:See complete output in console
我搜索谷歌和stackoverflow但我没有找到任何东西,所以如果有人可以帮助我,我会很高兴:)。所有带有最后更改的代码都在github上:MyRecipesApp,并且我确定它有很多错误,请耐心等待。
谢谢!