gpt4 book ai didi

安卓 : No Activity found to handle Intent

转载 作者:行者123 更新时间:2023-11-30 03:25:04 25 4
gpt4 key购买 nike

我尝试在我的应用中添加“对这个应用进行排名”按钮

Uri uri = Uri.parse("market://details?id=" + context.getPackageName());
Intent goToMarket = new Intent(Intent.ACTION_VIEW, uri);
goToMarket.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(goToMarket);

然后我收到错误“Android:找不到处理 Intent 的 Activity ”

顺便说一句:我用的是SurfaceView 不知道重要不重要

最佳答案

这可能是因为:

  1. 您使用的设备未安装 Google Play(例如,非官方 Android 设备)。
  2. Google Play 已安装,但已禁用(确保它未在设置菜单中禁用)。
  3. 这是一个获得 root 权限的设备,有一些非标准的东西干扰了 intent 启动/匹配机制。

关于安卓 : No Activity found to handle Intent,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18367990/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com