Closed ghost closed 9 years ago
You are missing the ./build.gradle for the root project and only have ./app/build.gradle. Also you most likely have a ./settings.gradle which references the :app folder for building. That file should be included as well.
./build.gradle
./app/build.gradle
./settings.gradle
:app
You are missing the
./build.gradle
for the root project and only have./app/build.gradle
. Also you most likely have a./settings.gradle
which references the:app
folder for building. That file should be included as well.