Android studio去掉项目清单文件黄色警告

黄色警告提示:App is not indexable by Google Search; consider adding at least one Activity with an ACTION-VIEW intent filter. See issue explanation for more details. less... (Ctrl+F1)
Inspection info:Adds URLs to get your app into the Google index, to get installs and traffic to your app from Google Search.  Issue id: GoogleAppIndexingWarning  More info: https://g.co/AppIndexing/AndroidStudio

去除 在app下的build.gradle的 android{ }中添加

lintOptions {

disable 'GoogleAppIndexingWarning'

}

发布了234 篇原创文章 · 获赞 77 · 访问量 13万+

猜你喜欢

转载自blog.csdn.net/lwzhang1101/article/details/100300378
今日推荐