Platform "android-arm64" not supported by class #1180
-
Hi, I got the following error when I ran the example code on Android: java.lang.UnsatisfiedLinkError: Platform "android-arm64" not supported by class org.bytedeco.tensorflowlite.FlatBufferModel In my gradle file, I've added: And it failed on this line: Any thoughts? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There wasn't any builds for Android in that release, but since TF Lite was designed for platforms like Android, it's not hard to create builds for it, so I've done just that in commit b0f6270. Please give it a try with the snapshots: http://bytedeco.org/builds/ |
Beta Was this translation helpful? Give feedback.
There wasn't any builds for Android in that release, but since TF Lite was designed for platforms like Android, it's not hard to create builds for it, so I've done just that in commit b0f6270. Please give it a try with the snapshots: http://bytedeco.org/builds/