世博会在Android构建中添加了不需要的.tflite

时间:2020-06-19 16:21:29

标签: android expo

我有一个简单的expo应用程序,它不使用任何Tensorflow。

当我构建一个Android应用程序捆绑包时,它将在资产中添加两个.tflite文件,这些文件占5.5 mb。我也收到来自Google Play控制台的删除它们的建议。

下面是来自app.json的我的assetBundlePatters,其中只有我所需的资产。

"assetBundlePatterns": [
  "assets/fonts/*",
  "assets/icon.png",
  "assets/splash.png"
]

如何消除应用程序捆绑包中的这些不需要的文件以减小大小?

Screenshot from Google Play console to remove the tflite files

0 个答案:

没有答案