我们开发了一款应用,通过以下配置从Android Studio运行时可以轻松运行:
buildTypes {
debug {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
字符串
为了模拟Google Play商店安装,我们选择了“Deploy:APK from app bundle”。
的数据
但是,当我们从Android Studio运行应用时,该错误(阻止恢复用户首选项)不会出现。只有当我们直接从Google Play商店在模拟器上安装应用时,该错误才会出现。
我们的应用是作为应用捆绑包部署的。您对如何设置更接近Google Play下载条件的测试环境有何建议?
2条答案
按热度按时间xt0899hw1#
对于如何设置更接近Google Play下载条件的测试环境,您有什么建议吗?
是的。我可以推荐您使用Google Play Internal Testing。
如何设置
Doc的
osh3o9ms2#
我已经确定了以下步骤来重现仅在上传到Google Play的应用程序捆绑包中发生的问题。
字符串