jcenter

Gradle project sync failed after Android-Studio (3.1) update

匿名 (未验证) 提交于 2019-12-03 01:33:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: After an update I made on 27-03-2018, my gradle sync is failing.I am getting the error Could not find org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2. I am posting my gradle files below. I have tried cleaning and rebuilding the project, but it is still not working. Project level gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() jcenter() maven { url 'https://maven.google.com/' } } dependencies { classpath 'com.android.tools.build:gradle:3.1.0' classpath

Gradle 4.1 issue on latest android studio 3.0.1

匿名 (未验证) 提交于 2019-12-03 01:27:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: Though I have an updated android studio I am getting the following error but I cannot find gradle 4.1 in the gradle folder but when I check file -> project structure -> gradle plugin is 4. Error : Could not find com . android . tools . build : gradle : 4.1 . Searched in the following locations : file : /C:/ Program Files / Android / Android Studio / gradle / m2repository / com / android / tools / build / gradle / 4.1 / gradle - 4.1 . pom file : /C:/ Program Files / Android / Android Studio / gradle / m2repository / com / android /

Bintray link to jcenter missing

匿名 (未验证) 提交于 2019-12-03 01:26:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I would like to ask about bintray link to jcenter. Apparently I can't link to jcenter anymore as the button 'linked to jcenter' is missing. I had created new package(under maven repository). I had no issues linking to jcenter when I was testing with one account during 2016 december and the 'linked to jcenter' button is there but now when I try with new account the button is missing. What makes this happens? When I was trying in 2016, I just need to create maven repository and the 'linked to jcenter' button should be there already. Thanks for

Android Studio 2.2.3 Gradle Build Running Stuck

匿名 (未验证) 提交于 2019-12-03 01:26:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I download android studio 2.2.3 and load my project. But Gradle Build Running Stuck. It continuously shows that and i am not able to run my app. what is the issue can any one help me with that? Executing tasks: [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies] buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.2.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module

Android Studio: Gradle Refresh Failed - Could not find com.android.tools.build:gradle:2.2.0-alpha6

匿名 (未验证) 提交于 2019-12-03 01:25:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I've just pulled down an Android project from git, and Android Studio is giving me the following error whenever I attempt to open it; Error:Could not find com.android.tools.build:gradle:2.2.0-alpha6. Searched in the following locations: https://repo1.maven.org/maven2/com/android/tools/build/gradle/2.2.0-alpha6/gradle-2.2.0-alpha6.pom https://repo1.maven.org/maven2/com/android/tools/build/gradle/2.2.0-alpha6/gradle-2.2.0-alpha6.jar https://maven.fabric.io/public/com/android/tools/build/gradle/2.2.0-alpha6/gradle-2.2.0-alpha6.pom https://maven

Error:(1, 0) Plugin with id 'com.android.application' not found

匿名 (未验证) 提交于 2019-12-03 01:23:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: This is my first attempt at Android Studio. I installed 0.8.0 and updated to 0.8.2. As soon as a project is created I get the error message: Error:(1, 0) Plugin with id 'com.android.application' not found C:\Users\Bob\AndroidStudioProjects\HelloAgain6\app\build.gradle apply plugin: 'com.android.application' android { compileSdkVersion 20 buildToolsVersion "20.0.0" defaultConfig { applicationId "com.example.bob.helloagain6" minSdkVersion 15 targetSdkVersion 20 versionCode 1 versionName "1.0" } buildTypes { release { runProguard false

Android Studio: Could not find com.android.tools.build:gradle:2.0.0-alpha2

匿名 (未验证) 提交于 2019-12-03 01:23:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: Recently I have updated my Android Studio to latest version from Latest Android Studio Canary Build: 2.0 Preview After updating to the new version, my current working directory stop working at all. Every single time when I am trying to clean and build a project they will give me an error like this Blockquote 'Error:Could not find com.android.tools.build:gradle:2.0.0-alpha2. Searched in the following locations: file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/android/tools/build/gradle/2.0.0-alpha2/gradle-2.0.0

Android studio gradle not recognise com.google.code.gson:gson:2.3.1

匿名 (未验证) 提交于 2019-12-03 01:23:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Developing app with Android studio using gradle. I have added this dependencies to it: compile 'com.android.support:appcompat-v7:23.0.1' compile 'com.squareup.retrofit:retrofit:1.9.0' compile 'com.google.code.gson:gson:2.3.1' but it says : Error:A problem occurred configuring project ':app'. > Could not download gson.jar (com.google.code.gson:gson:2.3.1) > Could not get resource 'https://jcenter.bintray.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar'. > Could not GET 'https://jcenter.bintray.com/com/google/code/gson/gson/2.3.1/gson-2.3.1

Failed to resolve: support-core-ui

匿名 (未验证) 提交于 2019-12-03 00:59:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: This is all I have as my project's repositories: repositories { jcenter() google() maven { url "https://maven.google.com" } } This is all I have as my project's dependencies: dependencies { compile 'com.google.android.gms:play-services:12.0.1' compile 'com.android.support:support-v13:27.1.1' compile 'com.android.support:support-core-ui:27.1.1' compile 'com.android.support:support-core-utils:27.1.1' compile 'com.google.android.gms:play-services-appinvite:16.0.0' compile 'com.google.firebase:firebase-core:16.0.0' compile 'com.google.android

Android studio 新建项目报错 compile 'com.android.support:appcompat-v7:28.+'

匿名 (未验证) 提交于 2019-12-03 00:30:01
android { compileSdkVersion 28 buildToolsVersion "27.0.3" .... allprojects { repositories { jcenter() maven { url "https://maven.google.com" } } } // repositories { maven { url "https://maven.google.com" } } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:28.+' testCompile 'junit:junit:4.12' } 在build.gradle添加 allprojects { repositories { jcenter() maven { url "https://maven.google.com" }