Gradle project refresh failed Error: Cannot find JAR 'kotlin-compiler-embeddable-1.1.3-2.jar'“Conversion to Dalvik format failed with error 1” on external JARjava.util.zip.ZipException: duplicate entry: com/google/zxing/BarcodeFormat.classPlugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE “some number”Gradle project sync failed. Basic functionality - failed on Android Studio 2.2Boilerplate project configuration in Gradle with Gradle Kotlin DSLGradle sync failed: Unrecognized SSL message, plaintext connection?gradle project sync failed even after upgrading gradle pluginUnresolved reference error in Kotlin files in a Java+Kotlin Android projectCouldn't locate lint-gradle-api-26.1.2.jar for Flutter projectHow to fix “Could not resolve project:module” when i upgradle kotlin from 1.2 to 1.3.11?

Conditional probability - sum of dice is even given that at least one is a five

what does a native speaker say when he wanted to leave his work?

Align Fbox to the left and text to the right

Replace bar charts in a figure with text for each Y variable

As programers say: Strive to be lazy

Why is it harder to turn a motor/generator with shorted terminals?

Longest Text in Latin

What's tha name for when you write multiple voices on same staff? And are there any cons?

Smallest Guaranteed hash collision cycle length

return tuple of uncopyable objects

What are the holes in files created with fallocate?

How can a layman easily get the consensus view of what academia *thinks* about a subject?

Unexpected Netflix account registered to my Gmail address - any way it could be a hack attempt?

What is the limit on how high you can fly up?

How did Thanos not realise this had happened at the end of Endgame?

What's the difference between "за ... от" and "в ... от"?

What kind of SATA connector is this?

On what legal basis did the UK remove the 'European Union' from its passport?

How are lowercase m and uppercase M used in General Chemistry I courses?

Why do the lights go out when someone enters the dining room on this ship?

Why does the Earth follow an elliptical trajectory rather than a parabolic one?

Why was Endgame Thanos so different than Infinity War Thanos?

How to cope with regret and shame about not fully utilizing opportunities during PhD?

Why doesn't Rocket Lab use a solid stage?



Gradle project refresh failed Error: Cannot find JAR 'kotlin-compiler-embeddable-1.1.3-2.jar'


“Conversion to Dalvik format failed with error 1” on external JARjava.util.zip.ZipException: duplicate entry: com/google/zxing/BarcodeFormat.classPlugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE “some number”Gradle project sync failed. Basic functionality - failed on Android Studio 2.2Boilerplate project configuration in Gradle with Gradle Kotlin DSLGradle sync failed: Unrecognized SSL message, plaintext connection?gradle project sync failed even after upgrading gradle pluginUnresolved reference error in Kotlin files in a Java+Kotlin Android projectCouldn't locate lint-gradle-api-26.1.2.jar for Flutter projectHow to fix “Could not resolve project:module” when i upgradle kotlin from 1.2 to 1.3.11?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I created a new project and getting following Gradle Sync error.



Gradle 'ProjectX' project refresh failed Error: Cannot find JAR 'kotlin-compiler-embeddable-1.1.3-2.jar' required by module 'gradle-kotlin-dsl' using classpath or distribution.



I am not using 'Kotlin' and using Android 4.0(IceCreamSandwich). Below is my build.gradle



buildscript 

repositories
google()
jcenter()

dependencies
classpath 'com.android.tools.build:gradle:3.0.0'


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



allprojects
repositories
google()
jcenter()




task clean(type: Delete)
delete rootProject.buildDir










share|improve this question
























  • If there is no specific reason to be on android 4.0, Please move to android 8.0 or 9.0 and make respective changes in build.gradle.

    – Ranjan Kumar
    Mar 23 at 20:04











  • I will check but I think this is not a reason. I want to use android 4.0 as a minimum version. I do not know why it needs 'Kotlin' compiler.

    – WasimSafdar
    Mar 23 at 20:21

















0















I created a new project and getting following Gradle Sync error.



Gradle 'ProjectX' project refresh failed Error: Cannot find JAR 'kotlin-compiler-embeddable-1.1.3-2.jar' required by module 'gradle-kotlin-dsl' using classpath or distribution.



I am not using 'Kotlin' and using Android 4.0(IceCreamSandwich). Below is my build.gradle



buildscript 

repositories
google()
jcenter()

dependencies
classpath 'com.android.tools.build:gradle:3.0.0'


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



allprojects
repositories
google()
jcenter()




task clean(type: Delete)
delete rootProject.buildDir










share|improve this question
























  • If there is no specific reason to be on android 4.0, Please move to android 8.0 or 9.0 and make respective changes in build.gradle.

    – Ranjan Kumar
    Mar 23 at 20:04











  • I will check but I think this is not a reason. I want to use android 4.0 as a minimum version. I do not know why it needs 'Kotlin' compiler.

    – WasimSafdar
    Mar 23 at 20:21













0












0








0








I created a new project and getting following Gradle Sync error.



Gradle 'ProjectX' project refresh failed Error: Cannot find JAR 'kotlin-compiler-embeddable-1.1.3-2.jar' required by module 'gradle-kotlin-dsl' using classpath or distribution.



I am not using 'Kotlin' and using Android 4.0(IceCreamSandwich). Below is my build.gradle



buildscript 

repositories
google()
jcenter()

dependencies
classpath 'com.android.tools.build:gradle:3.0.0'


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



allprojects
repositories
google()
jcenter()




task clean(type: Delete)
delete rootProject.buildDir










share|improve this question
















I created a new project and getting following Gradle Sync error.



Gradle 'ProjectX' project refresh failed Error: Cannot find JAR 'kotlin-compiler-embeddable-1.1.3-2.jar' required by module 'gradle-kotlin-dsl' using classpath or distribution.



I am not using 'Kotlin' and using Android 4.0(IceCreamSandwich). Below is my build.gradle



buildscript 

repositories
google()
jcenter()

dependencies
classpath 'com.android.tools.build:gradle:3.0.0'


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



allprojects
repositories
google()
jcenter()




task clean(type: Delete)
delete rootProject.buildDir







java android gradle kotlin android-gradle






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 23 at 15:05







WasimSafdar

















asked Mar 23 at 13:00









WasimSafdarWasimSafdar

4251727




4251727












  • If there is no specific reason to be on android 4.0, Please move to android 8.0 or 9.0 and make respective changes in build.gradle.

    – Ranjan Kumar
    Mar 23 at 20:04











  • I will check but I think this is not a reason. I want to use android 4.0 as a minimum version. I do not know why it needs 'Kotlin' compiler.

    – WasimSafdar
    Mar 23 at 20:21

















  • If there is no specific reason to be on android 4.0, Please move to android 8.0 or 9.0 and make respective changes in build.gradle.

    – Ranjan Kumar
    Mar 23 at 20:04











  • I will check but I think this is not a reason. I want to use android 4.0 as a minimum version. I do not know why it needs 'Kotlin' compiler.

    – WasimSafdar
    Mar 23 at 20:21
















If there is no specific reason to be on android 4.0, Please move to android 8.0 or 9.0 and make respective changes in build.gradle.

– Ranjan Kumar
Mar 23 at 20:04





If there is no specific reason to be on android 4.0, Please move to android 8.0 or 9.0 and make respective changes in build.gradle.

– Ranjan Kumar
Mar 23 at 20:04













I will check but I think this is not a reason. I want to use android 4.0 as a minimum version. I do not know why it needs 'Kotlin' compiler.

– WasimSafdar
Mar 23 at 20:21





I will check but I think this is not a reason. I want to use android 4.0 as a minimum version. I do not know why it needs 'Kotlin' compiler.

– WasimSafdar
Mar 23 at 20:21












0






active

oldest

votes












Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55313977%2fgradle-project-refresh-failed-error-cannot-find-jar-kotlin-compiler-embeddable%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55313977%2fgradle-project-refresh-failed-error-cannot-find-jar-kotlin-compiler-embeddable%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Obelisk of Theodosius Contents History Description Notes Bibliography Further reading External links Navigation menuAge of spirituality : late antique and early Christian art, third to seventh centuryOver 60 picturesObelisks of the World41°00′21.24″N 28°58′31.43″E / 41.0059000°N 28.9753972°E / 41.0059000; 28.97539727724550-7235741376235741376

밀양 대씨 역사 각주 함께 보기 둘러보기 메뉴밀양 대씨

1973년 목차 사건 문화 탄생 사망 노벨상 달력 둘러보기 메뉴