【发布时间】:2020-01-07 07:34:17
【问题描述】:
我有一个 TWA android 应用程序,我正在尝试从这里添加一个启动屏幕流指令: https://dev.to/henrylim96/adding-splash-screen-to-trusted-web-activity-48p3
如前所述,我必须使用能够从这里检查的更新版本的 Chrome 选项卡客户端: https://chromium.googlesource.com/custom-tabs-client/+log
我当前的版本是 d08e93fce3,所以在我的 build.gradle 中是这样的:
dependencies {
...
implementation 'com.github.GoogleChrome.custom-tabs-client:customtabs:d08e93fce3'
...
}
我尝试了最新的809a55c,网站上提到的700d2e1和3679335, 所有这些都会使我的所有设备上的应用崩溃。
有人有这方面的经验吗?
【问题讨论】:
标签: android-studio progressive-web-apps twa