Android Studio (Build tools API >= 23 is required to build the TF Android demo (though it will run on API >= 21 devices).)
https://developer.android.com/studio/
https://ci.tensorflow.org/view/Nightly/job/nightly-android/
download two files:
*libandroid_tensorflow_inference_java.jar
refer to: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/android
*libtensorflow_inference.so
includes : tensorflow-inference-debug.aar and tensorflow-inference-release.aar;
refer to: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/android/cmake
Using audioNet to foster a *.h5 file and frozen as *.pb file
put ‘asrModel.pb’ in assets folder
---build apk file, Install apk file in your mobile phone.
done!
see Tensorflow : An open-source software library for Machine Intelligence.