简体   繁体   English

Android应用程序中的Gradle构建错误

[英]Gradle build error in android application

Previously my app was running ok.(in android-studio) But suddenly, it says that 以前我的应用运行正常。(在android-studio中)但是突然,它说

"No resource found for attribute 'viewportwidth' in Package android ". “在软件包android中找不到属性'viewportwidth'的资源”。

I could not resolve this error. 我无法解决此错误。 why this is happening. 为什么会这样。

Can anyone help me out of this ? 有人可以帮我吗?

I think you have typo, it should be 我认为您有错字,应该是

viewportWidth // with capital W

instead of 代替

viewportwidth

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM