【发布时间】:2023-03-23 01:09:01
【问题描述】:
我正在尝试运行我的免安装应用程序模块,但出现错误 DevMan 错误:无法解析应用程序:/data/local/tmp/aia/...。是什么导致了这个错误,有什么想法吗?
但是,当我尝试运行命令 adb install -r -t my-base-debug.apk 时,它会成功。
谁能帮我弄清楚?
谢谢,
【问题讨论】:
-
你能发布完整的日志吗?
-
@AdamK 这就是我所拥有的:06/02 16:48:22: Launching instantapp-myapp 将 Instant App 上传到 pre O 设备。启动/刷新 Instant App 服务 DevMan 错误:无法解析应用程序:/data/local/tmp/aia/instantapp-myapp-debug.zip $ adb shell pm uninstall com.my.app.insantapp DELETE_FAILED_INTERNAL_ERROR 上传和注册 Instant App 时出错
-
你能不能也检查一下“adb logcat”,应该有上传/注册Instant App位失败的原因。
-
@AdamK 嘿,感谢您的回复和建议。我从中得到了一些东西,试着解决它。如果我不回来,我会回来。再次感谢
-
尝试在 Android O 下启动即时应用程序时,我收到此 DevMan 错误:无法连接到 Google Play 服务。 ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null} $ adb shell pm uninstall com.speedoji.android.internet.speed.meter.test.master.wifi.booster DELETE_FAILED_INTERNAL_ERROR 上传和注册 Instant App 时出错
标签: android android-instant-apps