美文网首页
App is not indexable by Google S

App is not indexable by Google S

作者: 起点_882d | 来源:发表于2019-06-26 13:49 被阅读0次

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) 

Adds URLs to get your app into the Google index, to get installs and traffic to your app from Google Search.

在app文件下的bulid.gradle中添加如下代码就行了

lintOptions { 

        disable 'GoogleAppIndexingWarning' 

    } 

相关文章

网友评论

      本文标题:App is not indexable by Google S

      本文链接:https://www.haomeiwen.com/subject/tpkccctx.html