App is not indexable by Google S

2019-06-26  本文已影响0人  起点_882d

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' 

    } 

上一篇 下一篇

猜你喜欢

热点阅读