How to add a path to project ':app' (How to add a folder in Android view? )? Android Studio

Viewed 14

I am testing ExoPlayer and decided to create another folder as a backup folder by copy and pasting one of the project folders. It is visible in Project view but not in Android (app) view.

Project View, Android View.

If I try to ignore it and continue I get this error:

A problem occurred evaluating project ':app'.
Project with path ':exoplayer-codelab-testing' could not be found in project ':app'.

My research led to:

Android view allows you to see the default Android project resource folders only, any additional folders will not be recognized.

Current version: Android Studio Dolphin | 2022.3.1

0 Answers
Related