onnxruntime-extensions/tutorials/demo4j
Wenbing Li 187411d5c9
Add an android test app for extensions AAR package in CI pipeline (#308)
* an android test app for extensions AAR package

* add the pipeline

* fxing the Android CI pipeline

* fix the build issus on macOS

* more fixings

* more fixings

* switch to jdk 11

* gradlew path issue

* update the command lines

* split the test task

* better name
2022-11-08 10:19:12 -08:00
..
app Add an android test app for extensions AAR package in CI pipeline (#308) 2022-11-08 10:19:12 -08:00
.gitattributes Initial Java API for the JAR package. (#292) 2022-10-04 16:22:28 -07:00
.gitignore Initial Java API for the JAR package. (#292) 2022-10-04 16:22:28 -07:00
README.md Initial Java API for the JAR package. (#292) 2022-10-04 16:22:28 -07:00
settings.gradle Add an android test app for extensions AAR package in CI pipeline (#308) 2022-11-08 10:19:12 -08:00

README.md

How to start

  1. copy JAR package from REPO/out/$OS/RelWithDebInfo/java/build/libs/onnxruntime-extensions-{VERSION}.jar into app/libs folder.
  2. build and run this java project.