-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Labels
status:awaiting user responseawaiting user responseawaiting user responsetype:build/installFor build or installation issuesFor build or installation issues
Description
Hi,
I have been trying to build an Android application that uses Litert-Next (release 2.0.2a1).
I have tried to follow the instructions on https://ai.google.dev/edge/litert/next/android_cpp but i've run into some issues, for example this symbol has been missing when i call "CreateInputBuffer(...)" on the compiled model (the compilation of the model works fine by the way): "ld.lld: error: undefined symbol: litert::CompiledModel::CreateInputOutputBuffer".
So far, i've tried the following approaches:
- build the binaries using bazel
- use the precompiled binaries from here https://mvnrepository.com/artifact/com.google.ai.edge.litert/litert/2.0.2a1, as well as the header files from https://github.com/google-ai-edge/LiteRT/archive/refs/tags/v2.0.2a1.tar.gz
In both cases, using nm to search for the symbols, the above symbol seems to be missing (there are other symbols that are missing too). Is this expected, given the alpha nature of the project, or am i missing something glaringly obvious?
Thanks!
Metadata
Metadata
Assignees
Labels
status:awaiting user responseawaiting user responseawaiting user responsetype:build/installFor build or installation issuesFor build or installation issues