我构建了我的项目,没有错误,但是当我尝试在我的设备上运行它时,它会抛出此错误。
C:\Users\FAISAL NAZIR\.gradle\caches\transforms-2\files-2.1\eaf17b24d60dc773c7680b20ac141638\material-1.1.0\res\layout\mtrl_calendar_month_navigation.xml:32: AAPT: error: 'textEnd' is incompatible with attribute iconGravity (attr) flags [start=1, textStart=2] [weak].
Run Code Online (Sandbox Code Playgroud)
这是显示错误的 xml 文件,最糟糕的是,该文件是自动生成的,因此我无法编辑或操作它。
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on …Run Code Online (Sandbox Code Playgroud)