9-27-23 improve optional instructions for adding assets folder in Android Studio.

Westside Robotics
2023-09-27 10:06:46 -07:00
parent ad19574371
commit 1ecfb12484

@ -164,7 +164,7 @@ Now the file will upload to the Robot Controller. The file will appear in the l
<p align="center">[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/TFOD-Sample-OpMode-with-Java-Builder/080-Centerstage-tflite.png]]</p>
<i>**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.</i>
<i>**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.</i>
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/TFOD-Sample-OpMode-with-Java-Builder]]</i><p>