由于編譯過程中遇到了錯誤: 報錯信息: Error:(4, 6) No resource found that matches the given name: attr 'style'. Error:Execution failed for task ':app:processDebugResources'. 另外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,,發(fā)現(xiàn)帖子講的都是廢話,,都沒有實(shí)際解決,。 只好重新在摸索,檢查原因,。 一個錯誤引發(fā)的血案,,太浪費(fèi)時間了。
后來發(fā)現(xiàn)這些,,還不錯,,閱讀了一遍,覺得有些之后還會參考,。引用如下: 史上最詳細(xì)的Android Studio系列教程一--下載和安裝:http://segmentfault.com/a/1190000002401964 另外,,Android Studio官網(wǎng)上面有一些帖子,現(xiàn)在去慢慢讀一遍,。這些問題一定可以解決的,。 Android Studio教程:http://ask./?/explore/category-studio
遇到問題,不要放棄,,一定要解決它,!加油! 2015年7月25日20:23:09 于上海德州二村
|
|