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) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -