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

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -