Setting targetSdkVersion and compileSdkVersion for bazel, android tensorflow
问题 I need help in how to set the target and compile Sdk versions separately for bazel. I want to run tensorflow on the phone following this tutorial. After editing WORKSPACE for bazel as follows: android_sdk_repository( name = "androidsdk", api_level = 24, build_tools_version = "24.0.1", path = "/home/Android/Sdk", ) android_ndk_repository( name="androidndk", path="/home/Android/Sdk/ndk-bundle", api_level=21) I get PARSE ERROR on the phone upon apk installing: adb install -r bazel-bin/tensorflow