簡體   English   中英

Android App Bundle(.aab)在設備上崩潰

[英]Android App Bundle (.aab) crashes on device

當我翻譯成aab時應用程序不起作用,但是當我在android studio上運行時它起作用

-我再次重建-刪除了緩存

我用過包

"dependencies": {
    "immutable": "^4.0.0-rc.12",
    "js-md5": "^0.7.3",
    "lodash": "^4.17.11",
    "md5": "^2.2.1",
    "react": "16.7.0",
    "react-native": "0.57.8",
    "react-native-device-info": "git+https://github.com/nejcet/react-native-device-info.git",
    "react-native-extended-stylesheet": "^0.11.1",
    "react-native-fs": "git+https://github.com/nejcet/react-native-fs.git",
    "react-native-google-analytics": "^1.3.2",
    "react-native-i18n": "^2.0.15",
    "react-native-image-gallery": "^2.1.5",
    "react-native-indicators": "^0.13.0",
    "react-native-keep-awake": "^4.0.0",
    "react-native-parsed-text": "0.0.21",
    "react-native-router-flux": "^4.0.6",
    "react-native-switch-pro": "^1.0.4",
    "react-native-video": "^4.2.0",
    "react-native-video-controls": "^2.2.3",
    "react-native-view-pdf": "^0.7.0",
    "react-native-windows": "^0.57.0-rc.0",
    "react-native-windows-chromium-browser": "file:node_local_modules/react-native-windows-chromium-browser",
    "react-native-zip-archive": "file:node_local_modules/react-native-zip-archive",
    "react-navigation-transitions": "^1.0.8",
    "react-redux": "^6.0.0",
    "redux": "^4.0.1",
    "redux-immutable": "^4.0.0",
    "redux-logger": "^3.0.6",
    "redux-persist-immutable": "^4.3.1",
    "redux-saga": "^0.16.2",
    "redux-storage": "^4.1.2",
    "redux-storage-engine-reactnativeasyncstorage": "^1.0.5",
    "reselect": "^4.0.0",
    "rn-fetch-blob": "^0.10.15"
  },
```

要在本地測試應用包,您需要使用bundletool,因為它只是一種用於生成所需APK的發布格式。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM