简体   繁体   English

Flutter 创建即时启用的 Android App Bundle

[英]Flutter create instant-enabled Android App Bundle

How can I create an instant-enabled app bundle Flutter?如何创建即时启用的应用程序包 Flutter?

A post on medium lead me to add the following to the android manifest:一篇关于 medium帖子引导我将以下内容添加到 android manifest:

 <application...> <!-- Enable instant app support --> <dist:module dist:instant="true" />

The bundle successfully builds, however it is not instant enabled, or at least it so it says the play store.捆绑包成功构建,但它不是即时启用的,或者至少它说的是游戏商店。

Aggreed with Ignacio Catalan.同意伊格纳西奥加泰罗尼亚语。 I dont have the points to confirm his comments.我没有要点来确认他的评论。

I did not need to change anything to the appbundle build other than find a different location to upload directly to the app sharing locaiton.除了找到一个不同的位置直接上传到应用程序共享位置之外,我不需要对 appbundle 构建进行任何更改。

https://play.google.com/apps/publish/internalappsharing/

You can use the above link or follow his steps您可以使用上面的链接或按照他的步骤

As he mentioned you can find if you clicked on the "Learn More" link of instant apps under "Development Tools".正如他提到的,如果您单击“开发工具”下的即时应用程序的“了解更多”链接,您可以找到。 Or just use the above link.或者只是使用上面的链接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM