Kouki Oikawa
Kouki Oikawa

Reputation: 11

Why TensorFlow Lite need android version 5.1 or higher

I will start developing with TensorFlowLite from now on. I have a question so please help me.

I'm trying to purchase EPSON BT-300 for the development of TensorFlowLite now. EPSON BT-300 supports android 5.1. However, in the TensorflowLite tutorial "Make sure the Android SDK version is greater than 26" is written. Why do I need a version higher than 5.1? Is it possible to develop with EPSON BT-300 using TensorFlowLite?

Upvotes: 0

Views: 274

Answers (1)

Aleksandr  Kondratyev
Aleksandr Kondratyev

Reputation: 501

It's possible to use tflite with android 5.1 (or other). I used this benchmark with android 5.1 Some constraints may be only from using some newer features from SDK>22 in your android application

Upvotes: 1

Related Questions