You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error:(11, 0) Could not find method main() for arguments [build_35612ns7sg1otukcuc9mjlz56$_run_closure1@5ac4bdde] on root project 'eva_facial_mouse' of type org.gradle.api.Project. <a href="openFile:C:\Users\user\vikram\eva_facial_mouse\build.gradle">Open File</a>
#10
Open
VikramKharvi opened this issue
Feb 12, 2017
· 3 comments
Sir,
Can you please help me resolving this issue.I just clone the repository and the project failed to build due to this error in following code.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
}
}
allprojects {
repositories {
jcenter()
}
}
The text was updated successfully, but these errors were encountered: