【发布时间】:2020-02-14 00:07:19
【问题描述】:
我搜索了很多,但没有一个发现与我的情况相同:
- 只有 64 位 Android 设备受到影响(尝试了几个 - 都一样)
- 在通过 USB 连接的相同设备上调试构建没有问题
- 每个 64 位设备上的发布签名构建挂起(尝试了两个 64/32 版本)
- 32 位和通用签名版本在 32 位设备上的作用就像魅力一样
SAME CODE 在调试和发布中的工作方式怎么可能不同,为什么?使用了不同的 JS Core?
[更新] catlog 显示 pouchdb 复制存在问题:
{ [Error]
10-19 08:55:39.157 22836 22855 I ReactNativeJS: line: 132,
10-19 08:55:39.157 22836 22855 I ReactNativeJS: column: 7285,
10-19 08:55:39.157 22836 22855 I ReactNativeJS: sourceURL: 'index.android.bundle',
10-19 08:55:39.157 22836 22855 I ReactNativeJS: result:
10-19 08:55:39.157 22836 22855 I ReactNativeJS: { ok: false,
10-19 08:55:39.157 22836 22855 I ReactNativeJS: start_time: '2019-10-19T05:55:38.997Z',
10-19 08:55:39.157 22836 22855 I ReactNativeJS: docs_read: 0,
10-19 08:55:39.157 22836 22855 I ReactNativeJS: docs_written: 0,
10-19 08:55:39.157 22836 22855 I ReactNativeJS: doc_write_failures: 0,
10-19 08:55:39.157 22836 22855 I ReactNativeJS: errors: [],
10-19 08:55:39.157 22836 22855 I ReactNativeJS: status: 'aborting',
10-19 08:55:39.157 22836 22855 I ReactNativeJS: end_time: '2019-10-19T05:55:39.155Z',
10-19 08:55:39.157 22836 22855 I ReactNativeJS: last_seq: 0 } }
在同一设备上调试时效果很好。 怎么样?
【问题讨论】:
标签: android react-native 64-bit pouchdb