Video framework Vitamio:': vitamio' could not be found in project': app'.

use the video frame Vitamio to report an error: Project with path": vitamio" could not be found in project": app". Here are the steps for me to import Moudle:
this is the unzipped file downloaded from the official website. It is said on the Internet to import the folder in the red box:

Moudle:

appbuild.gradlet:

:


settings.gradlet:


compileimplementation:

.

perfect solution!

Feb.27,2021

1. Change the build.gradle dependency under app to implementation:
implementation project (': vitamio')
2. Add
include': app',

to settings.gradlet.
    **':vitamio'**
Menu