一个纯粹小白的艰难前行之路,
经过了一周的学习,在无数次失败的困惑之中,终于完成了我第一个简单的不能再简单的APP,与其说是APP,不如说是一个页面好了。
虽然很简单,但是我还是觉得很开心,毕竟万里之路始于足下。有了一个页面,以后才会有一个伟大的APP的诞生。
给自己加油鼓劲之后,写下我觉得应该重视的基本知识。
1 所有的符号一定要用英文符号。
2注意前后符号的对应。
3Error:(1) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:(1) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'D:\andiord sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1
这个是困扰我很久的一个简单问题,出现这种情况可能是应用版本过低,引用资源过高的问题。将之前你选择的4.3.0改为5.0或之上应该就能解决这个错误。
共勉,各位努力的人