Error on gradle-2.10-all.zip.lck (The system cannot find the path specified)










6















I recently updated my Android Studio to the recent version of 2.1.3 and also did some other update that popped up, only to obtain this error below for all my already existing projects on my android studio.




Error:C:Program FilesAndroidAndroid Studio1gradlegradle-2.2.1wrapperdistsgradle-2.10-alla4w5fzrkeut1ox71xslb49gstgradle-2.10-all.zip.lck (The system cannot find the path specified)




Please Guys I need your assistance. Thanks.










share|improve this question




























    6















    I recently updated my Android Studio to the recent version of 2.1.3 and also did some other update that popped up, only to obtain this error below for all my already existing projects on my android studio.




    Error:C:Program FilesAndroidAndroid Studio1gradlegradle-2.2.1wrapperdistsgradle-2.10-alla4w5fzrkeut1ox71xslb49gstgradle-2.10-all.zip.lck (The system cannot find the path specified)




    Please Guys I need your assistance. Thanks.










    share|improve this question


























      6












      6








      6


      1






      I recently updated my Android Studio to the recent version of 2.1.3 and also did some other update that popped up, only to obtain this error below for all my already existing projects on my android studio.




      Error:C:Program FilesAndroidAndroid Studio1gradlegradle-2.2.1wrapperdistsgradle-2.10-alla4w5fzrkeut1ox71xslb49gstgradle-2.10-all.zip.lck (The system cannot find the path specified)




      Please Guys I need your assistance. Thanks.










      share|improve this question
















      I recently updated my Android Studio to the recent version of 2.1.3 and also did some other update that popped up, only to obtain this error below for all my already existing projects on my android studio.




      Error:C:Program FilesAndroidAndroid Studio1gradlegradle-2.2.1wrapperdistsgradle-2.10-alla4w5fzrkeut1ox71xslb49gstgradle-2.10-all.zip.lck (The system cannot find the path specified)




      Please Guys I need your assistance. Thanks.







      android android-studio gradle






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 26 '16 at 14:37









      superjos

      8,367266103




      8,367266103










      asked Aug 24 '16 at 15:54









      Erabor E.HenryErabor E.Henry

      4216




      4216






















          5 Answers
          5






          active

          oldest

          votes


















          13














          Visit https://services.gradle.org/distributions and download the desired gradle version (in your case gradle-2.10-all.zip) and place it in "C:Usersyour_user_name .gradlewrapperdistsgradle-2.10-alla4w5fzrkeut1ox71xslb49gstput_it_here" folder and sync project again.






          share|improve this answer























          • this is perfect answer

            – Asesha George
            Sep 20 '17 at 5:49











          • thanks @AseshaGeorge

            – nivla360
            Sep 29 '17 at 9:53











          • does'nt android create these files on its own in .gradle?q

            – Kaveesh Kanwal
            Dec 5 '17 at 12:02


















          1















          Error:C:UsersAman.gradlecaches3.3scripts-remappedbuild_9xilmbs31p63j7oau8p3qxxmvd0u1sorhwxy5ca3j4lgnxtkcecp_proj1efd45104ffa2d33563b85b9edda76e3cache.properties
          (The system cannot find the file specified)




          Solution: just go to gradle.wrapper.properties and then,



          distributionUrl=https://services.gradle.org/distributions/gradle-3.4-all.zip


          Change in url just increase the gradle version like 2.10 to 2.11 it will work. Then sync the project.






          share|improve this answer
































            0














            The steps given below may solve your problem :



            1) Create a new Android project.



            2) Then open the build.gradle(Module:app) file(of your new project).



            3) copy the dependencies



            example :



            dependencies 
            compile fileTree(include: ['*.jar'], dir: 'libs')
            compile 'com.android.support:cardview-v7:24.1.1'

            compile 'com.android.support:appcompat-v7:24.1.1'
            compile 'com.android.support:design:24.1.1'



            4) Add them to your old project which is giving error.



            5) Also see the



            compileSdkVersion 24
            buildToolsVersion "24.0.0"


            They should match with what ever is written after v7 support library (android_support_lib_version).



            6) Finally sync the project once again.






            share|improve this answer























            • I followed the instructions you provided and yet I still had the same error after syncing the project. Maybe I will have to uninstall my android studio and delete all files related to android and then do a re-installation, because I have checked and followed a whole lot of similar instructions from questions related to the issue I am facing and still yet no solution. Thanks for your assistance.

              – Erabor E.Henry
              Aug 25 '16 at 9:43











            • okay.. but i would recommend that instead of uninstalling and then installing again you can directly download and install new version of SDK and it should work.

              – Amit Upadhyay
              Aug 25 '16 at 9:52











            • How do I do that? Should I prompt the Android studio to do that or will I have to download it manually? Hope you got my question?

              – Erabor E.Henry
              Aug 25 '16 at 9:57











            • download it manually from here - tools.android.com/download/studio/canary/latest (andriod 2.2 beta)

              – Amit Upadhyay
              Aug 25 '16 at 10:15












            • Oh I see I should update the android studio rather than re-installing afresh? OK. Let me give it a trial then.

              – Erabor E.Henry
              Aug 25 '16 at 11:30


















            0














            I have similar problem when i was open my previous project. It just download Gradle 3.3 all from Online and after that i found that Error.
            In my case I solved that issue just Change




            distributionUrl=https://services.gradle.org/distributions/gradle-3.3-all.zip




            to




            distributionUrl=https://services.gradle.org/distributions/gradle-4.6-all.zip




            Because previously I have already downloaded in this Directory since my Android studio was updated to 3.2.1



            C:Usersyour_name.gradlewrapperdists






            share|improve this answer






























              0














              you should download the appropriate version from https://services.gradle.org/distributions/



              and then place the zip file inside c:usersyour name.gradlewrapperdists[gradle-v-allguid]
              enter image description here



              so when you open your android studio starts, it will unzip the zip file. If you try placing the content of the zip file it wont work.






              share|improve this answer






















                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%2f39127912%2ferror-on-gradle-2-10-all-zip-lck-the-system-cannot-find-the-path-specified%23new-answer', 'question_page');

                );

                Post as a guest















                Required, but never shown

























                5 Answers
                5






                active

                oldest

                votes








                5 Answers
                5






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                13














                Visit https://services.gradle.org/distributions and download the desired gradle version (in your case gradle-2.10-all.zip) and place it in "C:Usersyour_user_name .gradlewrapperdistsgradle-2.10-alla4w5fzrkeut1ox71xslb49gstput_it_here" folder and sync project again.






                share|improve this answer























                • this is perfect answer

                  – Asesha George
                  Sep 20 '17 at 5:49











                • thanks @AseshaGeorge

                  – nivla360
                  Sep 29 '17 at 9:53











                • does'nt android create these files on its own in .gradle?q

                  – Kaveesh Kanwal
                  Dec 5 '17 at 12:02















                13














                Visit https://services.gradle.org/distributions and download the desired gradle version (in your case gradle-2.10-all.zip) and place it in "C:Usersyour_user_name .gradlewrapperdistsgradle-2.10-alla4w5fzrkeut1ox71xslb49gstput_it_here" folder and sync project again.






                share|improve this answer























                • this is perfect answer

                  – Asesha George
                  Sep 20 '17 at 5:49











                • thanks @AseshaGeorge

                  – nivla360
                  Sep 29 '17 at 9:53











                • does'nt android create these files on its own in .gradle?q

                  – Kaveesh Kanwal
                  Dec 5 '17 at 12:02













                13












                13








                13







                Visit https://services.gradle.org/distributions and download the desired gradle version (in your case gradle-2.10-all.zip) and place it in "C:Usersyour_user_name .gradlewrapperdistsgradle-2.10-alla4w5fzrkeut1ox71xslb49gstput_it_here" folder and sync project again.






                share|improve this answer













                Visit https://services.gradle.org/distributions and download the desired gradle version (in your case gradle-2.10-all.zip) and place it in "C:Usersyour_user_name .gradlewrapperdistsgradle-2.10-alla4w5fzrkeut1ox71xslb49gstput_it_here" folder and sync project again.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 26 '16 at 10:25









                nivla360nivla360

                12915




                12915












                • this is perfect answer

                  – Asesha George
                  Sep 20 '17 at 5:49











                • thanks @AseshaGeorge

                  – nivla360
                  Sep 29 '17 at 9:53











                • does'nt android create these files on its own in .gradle?q

                  – Kaveesh Kanwal
                  Dec 5 '17 at 12:02

















                • this is perfect answer

                  – Asesha George
                  Sep 20 '17 at 5:49











                • thanks @AseshaGeorge

                  – nivla360
                  Sep 29 '17 at 9:53











                • does'nt android create these files on its own in .gradle?q

                  – Kaveesh Kanwal
                  Dec 5 '17 at 12:02
















                this is perfect answer

                – Asesha George
                Sep 20 '17 at 5:49





                this is perfect answer

                – Asesha George
                Sep 20 '17 at 5:49













                thanks @AseshaGeorge

                – nivla360
                Sep 29 '17 at 9:53





                thanks @AseshaGeorge

                – nivla360
                Sep 29 '17 at 9:53













                does'nt android create these files on its own in .gradle?q

                – Kaveesh Kanwal
                Dec 5 '17 at 12:02





                does'nt android create these files on its own in .gradle?q

                – Kaveesh Kanwal
                Dec 5 '17 at 12:02













                1















                Error:C:UsersAman.gradlecaches3.3scripts-remappedbuild_9xilmbs31p63j7oau8p3qxxmvd0u1sorhwxy5ca3j4lgnxtkcecp_proj1efd45104ffa2d33563b85b9edda76e3cache.properties
                (The system cannot find the file specified)




                Solution: just go to gradle.wrapper.properties and then,



                distributionUrl=https://services.gradle.org/distributions/gradle-3.4-all.zip


                Change in url just increase the gradle version like 2.10 to 2.11 it will work. Then sync the project.






                share|improve this answer





























                  1















                  Error:C:UsersAman.gradlecaches3.3scripts-remappedbuild_9xilmbs31p63j7oau8p3qxxmvd0u1sorhwxy5ca3j4lgnxtkcecp_proj1efd45104ffa2d33563b85b9edda76e3cache.properties
                  (The system cannot find the file specified)




                  Solution: just go to gradle.wrapper.properties and then,



                  distributionUrl=https://services.gradle.org/distributions/gradle-3.4-all.zip


                  Change in url just increase the gradle version like 2.10 to 2.11 it will work. Then sync the project.






                  share|improve this answer



























                    1












                    1








                    1








                    Error:C:UsersAman.gradlecaches3.3scripts-remappedbuild_9xilmbs31p63j7oau8p3qxxmvd0u1sorhwxy5ca3j4lgnxtkcecp_proj1efd45104ffa2d33563b85b9edda76e3cache.properties
                    (The system cannot find the file specified)




                    Solution: just go to gradle.wrapper.properties and then,



                    distributionUrl=https://services.gradle.org/distributions/gradle-3.4-all.zip


                    Change in url just increase the gradle version like 2.10 to 2.11 it will work. Then sync the project.






                    share|improve this answer
















                    Error:C:UsersAman.gradlecaches3.3scripts-remappedbuild_9xilmbs31p63j7oau8p3qxxmvd0u1sorhwxy5ca3j4lgnxtkcecp_proj1efd45104ffa2d33563b85b9edda76e3cache.properties
                    (The system cannot find the file specified)




                    Solution: just go to gradle.wrapper.properties and then,



                    distributionUrl=https://services.gradle.org/distributions/gradle-3.4-all.zip


                    Change in url just increase the gradle version like 2.10 to 2.11 it will work. Then sync the project.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Dec 18 '17 at 13:21

























                    answered Dec 18 '17 at 13:14









                    aman kashyapaman kashyap

                    113




                    113





















                        0














                        The steps given below may solve your problem :



                        1) Create a new Android project.



                        2) Then open the build.gradle(Module:app) file(of your new project).



                        3) copy the dependencies



                        example :



                        dependencies 
                        compile fileTree(include: ['*.jar'], dir: 'libs')
                        compile 'com.android.support:cardview-v7:24.1.1'

                        compile 'com.android.support:appcompat-v7:24.1.1'
                        compile 'com.android.support:design:24.1.1'



                        4) Add them to your old project which is giving error.



                        5) Also see the



                        compileSdkVersion 24
                        buildToolsVersion "24.0.0"


                        They should match with what ever is written after v7 support library (android_support_lib_version).



                        6) Finally sync the project once again.






                        share|improve this answer























                        • I followed the instructions you provided and yet I still had the same error after syncing the project. Maybe I will have to uninstall my android studio and delete all files related to android and then do a re-installation, because I have checked and followed a whole lot of similar instructions from questions related to the issue I am facing and still yet no solution. Thanks for your assistance.

                          – Erabor E.Henry
                          Aug 25 '16 at 9:43











                        • okay.. but i would recommend that instead of uninstalling and then installing again you can directly download and install new version of SDK and it should work.

                          – Amit Upadhyay
                          Aug 25 '16 at 9:52











                        • How do I do that? Should I prompt the Android studio to do that or will I have to download it manually? Hope you got my question?

                          – Erabor E.Henry
                          Aug 25 '16 at 9:57











                        • download it manually from here - tools.android.com/download/studio/canary/latest (andriod 2.2 beta)

                          – Amit Upadhyay
                          Aug 25 '16 at 10:15












                        • Oh I see I should update the android studio rather than re-installing afresh? OK. Let me give it a trial then.

                          – Erabor E.Henry
                          Aug 25 '16 at 11:30















                        0














                        The steps given below may solve your problem :



                        1) Create a new Android project.



                        2) Then open the build.gradle(Module:app) file(of your new project).



                        3) copy the dependencies



                        example :



                        dependencies 
                        compile fileTree(include: ['*.jar'], dir: 'libs')
                        compile 'com.android.support:cardview-v7:24.1.1'

                        compile 'com.android.support:appcompat-v7:24.1.1'
                        compile 'com.android.support:design:24.1.1'



                        4) Add them to your old project which is giving error.



                        5) Also see the



                        compileSdkVersion 24
                        buildToolsVersion "24.0.0"


                        They should match with what ever is written after v7 support library (android_support_lib_version).



                        6) Finally sync the project once again.






                        share|improve this answer























                        • I followed the instructions you provided and yet I still had the same error after syncing the project. Maybe I will have to uninstall my android studio and delete all files related to android and then do a re-installation, because I have checked and followed a whole lot of similar instructions from questions related to the issue I am facing and still yet no solution. Thanks for your assistance.

                          – Erabor E.Henry
                          Aug 25 '16 at 9:43











                        • okay.. but i would recommend that instead of uninstalling and then installing again you can directly download and install new version of SDK and it should work.

                          – Amit Upadhyay
                          Aug 25 '16 at 9:52











                        • How do I do that? Should I prompt the Android studio to do that or will I have to download it manually? Hope you got my question?

                          – Erabor E.Henry
                          Aug 25 '16 at 9:57











                        • download it manually from here - tools.android.com/download/studio/canary/latest (andriod 2.2 beta)

                          – Amit Upadhyay
                          Aug 25 '16 at 10:15












                        • Oh I see I should update the android studio rather than re-installing afresh? OK. Let me give it a trial then.

                          – Erabor E.Henry
                          Aug 25 '16 at 11:30













                        0












                        0








                        0







                        The steps given below may solve your problem :



                        1) Create a new Android project.



                        2) Then open the build.gradle(Module:app) file(of your new project).



                        3) copy the dependencies



                        example :



                        dependencies 
                        compile fileTree(include: ['*.jar'], dir: 'libs')
                        compile 'com.android.support:cardview-v7:24.1.1'

                        compile 'com.android.support:appcompat-v7:24.1.1'
                        compile 'com.android.support:design:24.1.1'



                        4) Add them to your old project which is giving error.



                        5) Also see the



                        compileSdkVersion 24
                        buildToolsVersion "24.0.0"


                        They should match with what ever is written after v7 support library (android_support_lib_version).



                        6) Finally sync the project once again.






                        share|improve this answer













                        The steps given below may solve your problem :



                        1) Create a new Android project.



                        2) Then open the build.gradle(Module:app) file(of your new project).



                        3) copy the dependencies



                        example :



                        dependencies 
                        compile fileTree(include: ['*.jar'], dir: 'libs')
                        compile 'com.android.support:cardview-v7:24.1.1'

                        compile 'com.android.support:appcompat-v7:24.1.1'
                        compile 'com.android.support:design:24.1.1'



                        4) Add them to your old project which is giving error.



                        5) Also see the



                        compileSdkVersion 24
                        buildToolsVersion "24.0.0"


                        They should match with what ever is written after v7 support library (android_support_lib_version).



                        6) Finally sync the project once again.







                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        answered Aug 24 '16 at 16:09









                        Amit UpadhyayAmit Upadhyay

                        3,19132642




                        3,19132642












                        • I followed the instructions you provided and yet I still had the same error after syncing the project. Maybe I will have to uninstall my android studio and delete all files related to android and then do a re-installation, because I have checked and followed a whole lot of similar instructions from questions related to the issue I am facing and still yet no solution. Thanks for your assistance.

                          – Erabor E.Henry
                          Aug 25 '16 at 9:43











                        • okay.. but i would recommend that instead of uninstalling and then installing again you can directly download and install new version of SDK and it should work.

                          – Amit Upadhyay
                          Aug 25 '16 at 9:52











                        • How do I do that? Should I prompt the Android studio to do that or will I have to download it manually? Hope you got my question?

                          – Erabor E.Henry
                          Aug 25 '16 at 9:57











                        • download it manually from here - tools.android.com/download/studio/canary/latest (andriod 2.2 beta)

                          – Amit Upadhyay
                          Aug 25 '16 at 10:15












                        • Oh I see I should update the android studio rather than re-installing afresh? OK. Let me give it a trial then.

                          – Erabor E.Henry
                          Aug 25 '16 at 11:30

















                        • I followed the instructions you provided and yet I still had the same error after syncing the project. Maybe I will have to uninstall my android studio and delete all files related to android and then do a re-installation, because I have checked and followed a whole lot of similar instructions from questions related to the issue I am facing and still yet no solution. Thanks for your assistance.

                          – Erabor E.Henry
                          Aug 25 '16 at 9:43











                        • okay.. but i would recommend that instead of uninstalling and then installing again you can directly download and install new version of SDK and it should work.

                          – Amit Upadhyay
                          Aug 25 '16 at 9:52











                        • How do I do that? Should I prompt the Android studio to do that or will I have to download it manually? Hope you got my question?

                          – Erabor E.Henry
                          Aug 25 '16 at 9:57











                        • download it manually from here - tools.android.com/download/studio/canary/latest (andriod 2.2 beta)

                          – Amit Upadhyay
                          Aug 25 '16 at 10:15












                        • Oh I see I should update the android studio rather than re-installing afresh? OK. Let me give it a trial then.

                          – Erabor E.Henry
                          Aug 25 '16 at 11:30
















                        I followed the instructions you provided and yet I still had the same error after syncing the project. Maybe I will have to uninstall my android studio and delete all files related to android and then do a re-installation, because I have checked and followed a whole lot of similar instructions from questions related to the issue I am facing and still yet no solution. Thanks for your assistance.

                        – Erabor E.Henry
                        Aug 25 '16 at 9:43





                        I followed the instructions you provided and yet I still had the same error after syncing the project. Maybe I will have to uninstall my android studio and delete all files related to android and then do a re-installation, because I have checked and followed a whole lot of similar instructions from questions related to the issue I am facing and still yet no solution. Thanks for your assistance.

                        – Erabor E.Henry
                        Aug 25 '16 at 9:43













                        okay.. but i would recommend that instead of uninstalling and then installing again you can directly download and install new version of SDK and it should work.

                        – Amit Upadhyay
                        Aug 25 '16 at 9:52





                        okay.. but i would recommend that instead of uninstalling and then installing again you can directly download and install new version of SDK and it should work.

                        – Amit Upadhyay
                        Aug 25 '16 at 9:52













                        How do I do that? Should I prompt the Android studio to do that or will I have to download it manually? Hope you got my question?

                        – Erabor E.Henry
                        Aug 25 '16 at 9:57





                        How do I do that? Should I prompt the Android studio to do that or will I have to download it manually? Hope you got my question?

                        – Erabor E.Henry
                        Aug 25 '16 at 9:57













                        download it manually from here - tools.android.com/download/studio/canary/latest (andriod 2.2 beta)

                        – Amit Upadhyay
                        Aug 25 '16 at 10:15






                        download it manually from here - tools.android.com/download/studio/canary/latest (andriod 2.2 beta)

                        – Amit Upadhyay
                        Aug 25 '16 at 10:15














                        Oh I see I should update the android studio rather than re-installing afresh? OK. Let me give it a trial then.

                        – Erabor E.Henry
                        Aug 25 '16 at 11:30





                        Oh I see I should update the android studio rather than re-installing afresh? OK. Let me give it a trial then.

                        – Erabor E.Henry
                        Aug 25 '16 at 11:30











                        0














                        I have similar problem when i was open my previous project. It just download Gradle 3.3 all from Online and after that i found that Error.
                        In my case I solved that issue just Change




                        distributionUrl=https://services.gradle.org/distributions/gradle-3.3-all.zip




                        to




                        distributionUrl=https://services.gradle.org/distributions/gradle-4.6-all.zip




                        Because previously I have already downloaded in this Directory since my Android studio was updated to 3.2.1



                        C:Usersyour_name.gradlewrapperdists






                        share|improve this answer



























                          0














                          I have similar problem when i was open my previous project. It just download Gradle 3.3 all from Online and after that i found that Error.
                          In my case I solved that issue just Change




                          distributionUrl=https://services.gradle.org/distributions/gradle-3.3-all.zip




                          to




                          distributionUrl=https://services.gradle.org/distributions/gradle-4.6-all.zip




                          Because previously I have already downloaded in this Directory since my Android studio was updated to 3.2.1



                          C:Usersyour_name.gradlewrapperdists






                          share|improve this answer

























                            0












                            0








                            0







                            I have similar problem when i was open my previous project. It just download Gradle 3.3 all from Online and after that i found that Error.
                            In my case I solved that issue just Change




                            distributionUrl=https://services.gradle.org/distributions/gradle-3.3-all.zip




                            to




                            distributionUrl=https://services.gradle.org/distributions/gradle-4.6-all.zip




                            Because previously I have already downloaded in this Directory since my Android studio was updated to 3.2.1



                            C:Usersyour_name.gradlewrapperdists






                            share|improve this answer













                            I have similar problem when i was open my previous project. It just download Gradle 3.3 all from Online and after that i found that Error.
                            In my case I solved that issue just Change




                            distributionUrl=https://services.gradle.org/distributions/gradle-3.3-all.zip




                            to




                            distributionUrl=https://services.gradle.org/distributions/gradle-4.6-all.zip




                            Because previously I have already downloaded in this Directory since my Android studio was updated to 3.2.1



                            C:Usersyour_name.gradlewrapperdists







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Oct 22 '18 at 17:32









                            Hamza RahmanHamza Rahman

                            205410




                            205410





















                                0














                                you should download the appropriate version from https://services.gradle.org/distributions/



                                and then place the zip file inside c:usersyour name.gradlewrapperdists[gradle-v-allguid]
                                enter image description here



                                so when you open your android studio starts, it will unzip the zip file. If you try placing the content of the zip file it wont work.






                                share|improve this answer



























                                  0














                                  you should download the appropriate version from https://services.gradle.org/distributions/



                                  and then place the zip file inside c:usersyour name.gradlewrapperdists[gradle-v-allguid]
                                  enter image description here



                                  so when you open your android studio starts, it will unzip the zip file. If you try placing the content of the zip file it wont work.






                                  share|improve this answer

























                                    0












                                    0








                                    0







                                    you should download the appropriate version from https://services.gradle.org/distributions/



                                    and then place the zip file inside c:usersyour name.gradlewrapperdists[gradle-v-allguid]
                                    enter image description here



                                    so when you open your android studio starts, it will unzip the zip file. If you try placing the content of the zip file it wont work.






                                    share|improve this answer













                                    you should download the appropriate version from https://services.gradle.org/distributions/



                                    and then place the zip file inside c:usersyour name.gradlewrapperdists[gradle-v-allguid]
                                    enter image description here



                                    so when you open your android studio starts, it will unzip the zip file. If you try placing the content of the zip file it wont work.







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Nov 15 '18 at 4:34









                                    ShresthaGaneshShresthaGanesh

                                    357




                                    357



























                                        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%2f39127912%2ferror-on-gradle-2-10-all-zip-lck-the-system-cannot-find-the-path-specified%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

                                        Top Tejano songwriter Luis Silva dead of heart attack at 64

                                        ReactJS Fetched API data displays live - need Data displayed static

                                        Evgeni Malkin