Error:(13, 0) Could not find method compile() for arguments [directory 'libs'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
誰もが出て解決に私を助けてくださいの警告を持って、インストール後にアンドロイドスタジオで新しいです。
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar']) // <-- giving warning on that line
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.google.android.gms:play-services:6.5.+'
}
libsディレクトリに第三者のlibを使用していない場合は、それを削除してください –