一個異常與Android Studio系列教程參考
由于編譯過程中遇到了錯誤:
報錯信息:
Error:(4, 6) No resource found that matches the given name: attr 'style'.
Error:Execution failed for task ':app:processDebugResources'.> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'D:\Program Files (x86)\DevTools\AndroidStudio\SDK\build-tools\22.0.1\aapt.exe'' finished with non-zero exit value 1
另外Gradle Console的報錯信息為:
Executing tasks: [:app:assembleDebug] Configuration on demand is an incubating feature. :app:preBuild UP-TO-DATE :app:preDebugBuild UP-TO-DATE :app:checkDebugManifest :app:preReleaseBuild UP-TO-DATE :app:prepareComAndroidSupportAppcompatV72221Library UP-TO-DATE :app:prepareComAndroidSupportSupportV42221Library UP-TO-DATE :app:prepareDebugDependencies :app:compileDebugAidl UP-TO-DATE :app:compileDebugRenderscript UP-TO-DATE :app:generateDebugBuildConfig UP-TO-DATE :app:generateDebugAssets UP-TO-DATE :app:mergeDebugAssets UP-TO-DATE :app:generateDebugResValues UP-TO-DATE :app:generateDebugResources UP-TO-DATE :app:mergeDebugResources :app:processDebugManifest UP-TO-DATE :app:processDebugResources AGPBI: {"kind":"ERROR","text":"No resource found that matches the given name: attr \u0027style\u0027.","sourcePath":"E:\\CodeSpace\\AndroidStudio\\DemoProject\\app\\src\\main\\res\\values\\styles.xml","position":{"startLine":4,"startColumn":6,"startOffset":58,"endColumn":11,"endOffset":63},"original":""} FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugResources'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'D:\Program Files (x86)\DevTools\AndroidStudio\SDK\build-tools\22.0.1\aapt.exe'' finished with non-zero exit value 1 * 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: 3.447 secs
搜索半天,更新SDK,甚至重新配置JAVA等,重啟電腦等,均為解決,查閱stackflow,發現帖子講的都是廢話,都沒有實際解決。
只好重新在摸索,檢查原因。
一個錯誤引發的血案,太浪費時間了。
后來發現這些,還不錯,閱讀了一遍,覺得有些之后還會參考。引用如下:
史上最詳細的Android Studio系列教程一--下載和安裝: http://segmentfault.com/a/1190000002401964
史上最詳細的Android Studio系列教程二--基本設置與運行: http://segmentfault.com/a/1190000002411926
史上最詳細的Android Studio系列教程三--快捷鍵: http://segmentfault.com/a/1190000002418983
史上最詳細的Android Studio系列教程四--Gradle基礎: http://segmentfault.com/a/1190000002439306
史上最詳細的Android Studio系列教程五--Gradle命令詳解與導入第三方包: http://segmentfault.com/a/1190000002464822
另外,Android Studio官網上面有一些帖子,現在去慢慢讀一遍。這些問題一定可以解決的。
Android Studio教程: http://ask.android-studio.org/?/explore/category-studio
Gradle Plugin Samples (一): http://ask.android-studio.org/?/article/25
Gradle Plugin Samples 之 Gradle Hello World (二) : http://ask.android-studio.org/?/article/26
Gradle Plugin Samples 之 Gradle Eclipse Compatible (三) : http://ask.android-studio.org/?/article/27
Gradle Plugin Samples 之Gradle Library Projects(四) : http://ask.android-studio.org/?/article/28
Gradle Plugin Samples 之 Gradle Build Variants(五): http://ask.android-studio.org/?/article/29
Gradle Plugin Samples 之 Gradle Build Variants(六): http://ask.android-studio.org/?/article/30
Gradle Plugin Samples 之 Gradle Unit Test(七) : http://ask.android-studio.org/?/article/44
遇到問題,不要放棄,一定要解決它!加油!