Android Studio - Невозможно найти действительный путь сертификации для запрошенной цели

Я получаю эту ошибку

Gradle 'project_name' project refresh failed: Unable to find valid certification path to requested target

когда я создаю новый проект на Android Studio 0.8.14 Mac OSX

Файл Build.gradle кажется пустым

// 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:0.13.2'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    } }

allprojects {
    repositories {
        jcenter()
    } }

И я не могу запустить проект, кажется, что я должен все настроить вручную.

Вот идея.loghttp://pastebin.com/kyhfrBp9

Ответы на вопрос(20)

Ваш ответ на вопрос