App is not indexable by Google S

2019-05-09  本文已影响0人  MengkZhang

App is not indexable by Google Search; consider adding at least one Activity with an ACTION-VIEW的解决方案

在app/build.grade的android下 添加关闭检索功能的代码:


    lintOptions {
        disable 'GoogleAppIndexingWarning'
        baseline file("lint-baseline.xml")
    }
image.png
上一篇 下一篇

猜你喜欢

热点阅读