Could not find method include() for arguments [:app] on root project Android Studio -
i trying import android project android studio,after importing , clicking on green run button :
failure: build failed exception.
- where:
build file '/home/myusername/prjcts/nomadx/settings.gradle' line: 1
- what went wrong: problem occurred evaluating root project 'nomadx'.
could not find method include() arguments [:app] on root project 'nomadx'.
the content of file settings.gradle
include ':app'
i solved problem ; have same issue : should build gradle
terminal/console not android studio :
./gradlew assemblerelease
Comments
Post a Comment