本文介绍了我的Android应用显示“此应用可能未针对您的设备进行优化”在Google Play商店中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个Android应用,并在Google Play商店上发布。当我在Pixel C平板电脑的Play商店中查看应用程序时。有一条消息显示此应用可能未针对您的设备进行优化。
I have an Android app and released on Google Play Store. When I view the app in the Play Store on Pixel C tablet. There is a message says "This app may not be optimized for your device".
有人知道这条消息的含义是什么吗?如何解决呢?
Does anyone know what does the message mean? How do I fix it?
感谢
推荐答案
在YOUT构建.gradle,请尝试删除targetSdkVersion 26或更改为较低的版本
In yout build.gradle, try remove targetSdkVersion 26 or change to a lower versi
这篇关于我的Android应用显示“此应用可能未针对您的设备进行优化”在Google Play商店中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!