You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -294,13 +292,11 @@ From ORT v1.19 onwards, the ONNX Runtime Mobile packages are no longer published
294
292
### Build
295
293
296
294
1. Install NPM packages for ONNX Runtime common JavaScript library and required React Native JavaScript libraries
297
-
298
295
- in `<ORT_ROOT>/js/`, run `npm ci`.
299
296
- in `<ORT_ROOT>/js/common/`, run `npm ci`.
300
297
- in `<ORT_ROOT>/js/react_native/`, run `yarn`.
301
298
302
299
2. Acquire or build the Android ONNX Runtime package
303
-
304
300
1. To use a published Android ONNX Runtime package from Maven, go to step 5.
305
301
306
302
2. Set up an Android build environment using these [instructions](https://onnxruntime.ai/docs/build/android.html). Note that the dependencies are quite convoluted, so using the specified JDK and Gradle versions is important.
@@ -326,7 +322,6 @@ From ORT v1.19 onwards, the ONNX Runtime Mobile packages are no longer published
326
322
```
327
323
328
324
3. Build iOS ONNX Runtime package
329
-
330
325
1. To use the published C/C++ ONNX Runtime package from CocoaPods, skip all steps below.
331
326
332
327
2. Set up iOS build environment using these [instructions](https://onnxruntime.ai/docs/build/ios.html).
@@ -371,7 +366,6 @@ From ORT v1.19 onwards, the ONNX Runtime Mobile packages are no longer published
371
366
- Run E2E Testing with Detox framework
372
367
373
368
When testing with integrated [Detox](https://wix.github.io/Detox/docs/next/introduction/getting-started) framework for Android and iOS e2e apps:
374
-
375
369
- Detox prerequisites:
376
370
377
371
Install detox command line tools:
@@ -388,7 +382,6 @@ From ORT v1.19 onwards, the ONNX Runtime Mobile packages are no longer published
0 commit comments