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]]