From 1ecfb12484a8c772d134ed6ffc5d296878833f56 Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Wed, 27 Sep 2023 10:06:46 -0700 Subject: [PATCH] 9-27-23 improve optional instructions for adding assets folder in Android Studio. --- TFOD-Sample-OpMode-with-Java-Builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TFOD-Sample-OpMode-with-Java-Builder.md b/TFOD-Sample-OpMode-with-Java-Builder.md index 12db2e1..33bb4d1 100644 --- a/TFOD-Sample-OpMode-with-Java-Builder.md +++ b/TFOD-Sample-OpMode-with-Java-Builder.md @@ -164,7 +164,7 @@ Now the file will upload to the Robot Controller. The file will appear in the l

[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/TFOD-Sample-OpMode-with-Java-Builder/080-Centerstage-tflite.png]]

-**Android Studio** users should instead store the TFOD model in the project **assets** folder. Look for `FtcRobotController -> assets`. (Its full/hidden path name is FtcRobotController\src\main\assets.) Right-click on `assets`, choose `Open In` and `Explorer`, then copy/paste your `.tflite` file into that assets folder. +**Android Studio** users should instead store the TFOD model in the project **assets** folder. At the left side, look under `FtcRobotController` for the folder `assets`. If it's missing, right-click `FtcRobotController`, choose `New`, `Directory` and `src\main\assets`. Right-click `assets`, choose `Open In` and `Explorer`, then copy/paste your `.tflite` file into that assets folder.

[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/TFOD-Sample-OpMode-with-Java-Builder]]