Android studio - installation and setting up for offline works

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024
  • in this video, i am going to demonstrate, the installation and setting up of android studio for working in offline. The files required for working offline are given in below links.
    Gradle 7.4.1 bin:
    drive.google.c...
    .m2 repository:
    drive.google.c...
    New video about to Setting kotlin language for offline work in Android Development Studio:
    • Android development st...

Комментарии • 51

  • @deepakmohan9940
    @deepakmohan9940 Год назад +1

    Good work dear

  • @RenzLesterObligado
    @RenzLesterObligado Год назад +1

    I successfully installed the specific version and all the resources mentioned in your video. However, I've encountered an issue as it seems to work only with Java. Is there a chance that you have the necessary .m2 files that support Kotlin as well? I would greatly appreciate any assistance you can provide in this regard. Thank you!

    • @tech_talks1
      @tech_talks1  Год назад

      For that, we need to include all necessary Libraries required for kotlin in .m2 repository. I am on to it. Please wait, it will take some time.

    • @RenzLesterObligado
      @RenzLesterObligado Год назад

      @@tech_talks1 Thank you! I hope you'll free time time soon 😊

    • @tech_talks1
      @tech_talks1  Год назад

      @@RenzLesterObligado Please see the latest video
      ruclips.net/video/TK3L71PWLfk/видео.html

  • @MrHomayounAryanfar
    @MrHomayounAryanfar Год назад +1

    hi, this shared links on google drive not work & Exist , Plz check & present new one of them. thank u.

    • @tech_talks1
      @tech_talks1  Год назад

      Thanks brother. But i created this sheets for education purpose. Exposing the links in public domain may lead to vulnerability to my account. Thats why i deleted the sheets. The sheets are only ment for demonstration. You can create your own sheet and replace the url with your sheet's url in source code.

    • @MrHomayounAryanfar
      @MrHomayounAryanfar Год назад

      @@tech_talks1 i have not .m2 repository and not find link to download by google search. please help me and present to me a link of download .m2 repository. thank u.

  • @fliker2309
    @fliker2309 11 месяцев назад

    Links are disabled, can't download .m2 folder

  • @RenzLesterObligado
    @RenzLesterObligado Год назад

    Hey bro is the 'SDK_files' folder and 'sdk' archived the same?
    I don't know where to get the 'SDK_files' folder in your video.

    • @tech_talks1
      @tech_talks1  Год назад

      SDK_files folder contains the files downloaded from official android website. You can download the required files from official android website.

    • @AlphaTech-y3y
      @AlphaTech-y3y 2 месяца назад

      @@tech_talks1 send link i just dont know how to find

  • @RenzLesterObligado
    @RenzLesterObligado Год назад

    Can Gradle 7.4.1 and the .m2 repository be used with higher versions of Android Studio, such as Flamingo 2022?

    • @tech_talks1
      @tech_talks1  Год назад

      Flamingo 2022 required minimum AGP version of 8.0. so i think gradle 7.4.1 will not work with it. But Electric Eel 2022 can support it.

  • @pranav8460
    @pranav8460 Год назад +1

    Superb

  • @ethioinfo3064
    @ethioinfo3064 Год назад +1

    good job

  • @RaúlInfanteFonseca
    @RaúlInfanteFonseca Год назад

    I am working with ionic and capacitor, when I go to create the apk I get several errors because they do not match the versions of the local repository with the ionic project, how i can fix it

    • @tech_talks1
      @tech_talks1  Год назад +1

      This local repository only have the files required for Android studio dolphin. If we want to use other versions, we need to add the required libraries to m2 repository. It may work with some other compatible versions.

    • @RaúlInfanteFonseca
      @RaúlInfanteFonseca Год назад

      @@tech_talks1 where i can find those libraries?

    • @tech_talks1
      @tech_talks1  Год назад

      You can do one thing. Download the required libraries from maven repository and add them to your local repository. I know it is time consuming. I created this local repository using the same method.

  • @RenzLesterObligado
    @RenzLesterObligado 6 месяцев назад

    Thank you for this video! Would you please make a tutorial on how to create the .m2 files for offline repositories? I've downloaded a newer version of Android Studio, and for some reason, the .m2 files taht I've been using is not working with it.

  • @huyhoang-jc1iz
    @huyhoang-jc1iz 9 месяцев назад

    Hi can you somehow public the given link in the description because i really need installing this app but i can't manage it

    • @tech_talks1
      @tech_talks1  9 месяцев назад

      It was hide by RUclips because of the external link verification issue. I will try to resolve the problem as soon as possible.

    • @huyhoang-jc1iz
      @huyhoang-jc1iz 9 месяцев назад

      @@tech_talks1 Hope you solve it soon cause I'm stuck for a while

  • @chiffrerare4636
    @chiffrerare4636 Год назад

    Hi, please I'm using Electric Eel 2022.1.1 and I have followed the same process but when modifying the "distributionUrl" in "gradle-wrapper.properties" I am get this error: cause: unknown protocol: fille

    • @tech_talks1
      @tech_talks1  Год назад

      I think, it may be because of typing mistake. Please try with file:/// instead i think you typed as fille:///

    • @chiffrerare4636
      @chiffrerare4636 Год назад

      @@tech_talks1 ok thanks. Now the gradle build finished successfully. But I got this error: Error while waiting for device: Time out after 300nanoseconds waiting for emulator to come online.
      I have not replaced the .m2 folder you provided since there is already a .m2

    • @tech_talks1
      @tech_talks1  Год назад

      @@chiffrerare4636 that may be the problem with emulator. AVD may not be connected. Try again after setting the AVD.

    • @chiffrerare4636
      @chiffrerare4636 Год назад

      @@tech_talks1 ok thank you

  • @bojanlukic2366
    @bojanlukic2366 Год назад +1

    Where did you find .m2 repo?

    • @tech_talks1
      @tech_talks1  Год назад +1

      I created it by downloading all required libraries.

    • @bojanlukic2366
      @bojanlukic2366 Год назад

      @@tech_talks1 So there is no way to somehow download entire repo, but you have to do download single library at a time?

    • @tech_talks1
      @tech_talks1  Год назад

      Yes. But now you can use the repo file from the link given in description.

    • @bojanlukic2366
      @bojanlukic2366 Год назад

      @@tech_talks1 Thank you! Good job!

  • @sivasankar1702
    @sivasankar1702 Год назад +1

    👌

  • @YTtopPAULO
    @YTtopPAULO Год назад

    Which version is that android studio ?

    • @tech_talks1
      @tech_talks1  Год назад

      I used Android studio 2021 version. Actually the gradle version is much more important than Android studio version. The gradle version used in this video is 7.4.1 .

    • @YTtopPAULO
      @YTtopPAULO Год назад

      @@tech_talks1 but this version does support offline build project ?
      Offline gradle ?

    • @tech_talks1
      @tech_talks1  Год назад

      @@YTtopPAULO directly no, but you can download the gradle version from official site. Then you can follow the procedure mentioned in the video to setup offline build. All are explained in the video.

    • @YTtopPAULO
      @YTtopPAULO Год назад

      @@tech_talks1 ok but i have another question
      does gradle have version ?
      It mean gradle verion supoort that version i donwload to my laptop

    • @tech_talks1
      @tech_talks1  Год назад

      @@YTtopPAULO yes, i used gradle 7.4.1. the m2 repository is mainly focused on that particular version.

  • @bizualemtesfa6882
    @bizualemtesfa6882 8 месяцев назад

    What are the contents in side sdk

    • @tech_talks1
      @tech_talks1  8 месяцев назад

      Essential packages including compilers, emulators etc.

    • @bizualemtesfa6882
      @bizualemtesfa6882 8 месяцев назад

      @@tech_talks1 can you explain all please and the link of pakages if you have?

  • @osvaldohernandezvaldes6308
    @osvaldohernandezvaldes6308 Год назад

    hola amigo...falta el sdk

    • @tech_talks1
      @tech_talks1  Год назад

      Puedes descargarlo desde el sitio web oficial de Android.

    • @tech_talks1
      @tech_talks1  Год назад

      descargue la versión sdk desde este enlace. developer.android.com/studio.

  • @YTtopPAULO
    @YTtopPAULO Год назад

    Hello bro