Android Studio res file error "The file name must end with .xml" when trying to run mediapipe exampl
- By Axcmaw
- Android Development
- 3 Replies
For anyone who is having this problem on windows, the issue is that when you run the create_win_symlinks.bat the first step is to use a command that windows might not recognize to remove the placeholder files which are these res files that contain ```../../../res```.
Solution that worked for me was to manually delete them in the hands, facedetection, and facemesh /src/main folders then running the create_win_symlinks.bat again.
Solution that worked for me was to manually delete them in the hands, facedetection, and facemesh /src/main folders then running the create_win_symlinks.bat again.
