You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorrect use of @ resource reference symbols
AAPT2 now throws build errors when you omit or incorrectly place resource reference symbols (@). For example, consider if you omit the symbol when specifying a style attribute, as shown below: <item name="@android:windowEnterAnimation"/>
When building the module, AAPT2 now throws the following build error:
Error: style attribute '@android:attr/windowEnterAnimation' not found
根据报错信息,在官方升级gradle plugin文档中找到 https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration
When building the module, AAPT2 now throws the following build error:原因是pingpp_ui/res/values/styles.xml引用了错误的“@”符号?
The text was updated successfully, but these errors were encountered: