Apk 扩展文件未通过模拟器下载
Apk Expansion file is not downloaded through emulator
我的应用程序已上传到 Play 商店,它有一个 APK 扩展文件。在真实设备中测试并且工作正常。有时我收到崩溃报告,我想在模拟器中模拟它们。
我收到此消息" Download failed because the resources could not be found
"
这里是 Logcat:
E/Checking_download: service_to_connected :
E/Checking_download: service_connected :
E/Checking_download: DownloadStateChanged : Looking for resources to download
E/vending: [125] VendingApplication.getAuthTokenBlocking(): no matching accounts for ANDROID
E/vending: [125] AsynchRequestRunner.runRequestRetryingFailure(): Got ApiException from async request: Sent a bad request.
E/vending: [125] VendingApplication.getAuthTokenBlocking(): no matching accounts for ANDROID
E/vending: [125] AsynchRequestRunner.runRequestRetryingFailure(): Got ApiException from async request: Sent a bad request.
E/vending: [125] VendingApplication.getAuthTokenBlocking(): no matching accounts for ANDROID
E/vending: [125] AsynchRequestRunner.runRequestRetryingFailure(): Got ApiException from async request: Sent a bad request.
E/vending: [125] VendingApplication.getAuthTokenBlocking(): no matching accounts for ANDROID
E/vending: [125] AsynchRequestRunner.runRequestRetryingFailure(): Got ApiException from async request: Sent a bad request.
E/vending: [125] VendingApplication.getAuthTokenBlocking(): no matching accounts for ANDROID
E/vending: [125] AsynchRequestRunner.runRequestRetryingFailure(): Got ApiException from async request: Sent a bad request.
E/vending: [125] VendingApplication.getAuthTokenBlocking(): no matching accounts for ANDROID
E/vending: [125] AsynchRequestRunner.runRequestRetryingFailure(): Got ApiException from async request: Sent a bad request.
E/Checking_download: DownloadStateChanged : Download failed because the resources could not be found
E/dalvikvm: Could not find class 'android.os.UserManager', referenced from method com.google.android.gms.common.GooglePlayServicesUtilLight.isRestrictedUserProfile
E/FA: Discarding data. Failed to send app launch
E/FA: Failed to get app instance id
E/FA: Failed to send current screen to service
E/FA: Discarding data. Failed to send event to service
E/FA: Discarding data. Failed to send event to service
注意到我尝试了很多 Google APIs。 26,27,.......
以上logcat来自API15.
模拟器配置:-
感谢平时的支持。
您确定 运行 是带有 Google Play 服务和 Play 商店的模拟器吗?从 logcat 看来你不是。如果您确定是,它们是最新的吗?
我的应用程序已上传到 Play 商店,它有一个 APK 扩展文件。在真实设备中测试并且工作正常。有时我收到崩溃报告,我想在模拟器中模拟它们。
我收到此消息" Download failed because the resources could not be found
"
这里是 Logcat:
E/Checking_download: service_to_connected : E/Checking_download: service_connected : E/Checking_download: DownloadStateChanged : Looking for resources to download E/vending: [125] VendingApplication.getAuthTokenBlocking(): no matching accounts for ANDROID E/vending: [125] AsynchRequestRunner.runRequestRetryingFailure(): Got ApiException from async request: Sent a bad request. E/vending: [125] VendingApplication.getAuthTokenBlocking(): no matching accounts for ANDROID E/vending: [125] AsynchRequestRunner.runRequestRetryingFailure(): Got ApiException from async request: Sent a bad request. E/vending: [125] VendingApplication.getAuthTokenBlocking(): no matching accounts for ANDROID E/vending: [125] AsynchRequestRunner.runRequestRetryingFailure(): Got ApiException from async request: Sent a bad request. E/vending: [125] VendingApplication.getAuthTokenBlocking(): no matching accounts for ANDROID E/vending: [125] AsynchRequestRunner.runRequestRetryingFailure(): Got ApiException from async request: Sent a bad request. E/vending: [125] VendingApplication.getAuthTokenBlocking(): no matching accounts for ANDROID E/vending: [125] AsynchRequestRunner.runRequestRetryingFailure(): Got ApiException from async request: Sent a bad request. E/vending: [125] VendingApplication.getAuthTokenBlocking(): no matching accounts for ANDROID E/vending: [125] AsynchRequestRunner.runRequestRetryingFailure(): Got ApiException from async request: Sent a bad request. E/Checking_download: DownloadStateChanged : Download failed because the resources could not be found E/dalvikvm: Could not find class 'android.os.UserManager', referenced from method com.google.android.gms.common.GooglePlayServicesUtilLight.isRestrictedUserProfile E/FA: Discarding data. Failed to send app launch E/FA: Failed to get app instance id E/FA: Failed to send current screen to service E/FA: Discarding data. Failed to send event to service E/FA: Discarding data. Failed to send event to service
注意到我尝试了很多 Google APIs。 26,27,.......
以上logcat来自API15.
模拟器配置:-
您确定 运行 是带有 Google Play 服务和 Play 商店的模拟器吗?从 logcat 看来你不是。如果您确定是,它们是最新的吗?