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...
Good work dear
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!
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.
@@tech_talks1 Thank you! I hope you'll free time time soon 😊
@@RenzLesterObligado Please see the latest video
ruclips.net/video/TK3L71PWLfk/видео.html
hi, this shared links on google drive not work & Exist , Plz check & present new one of them. thank u.
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.
@@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.
Links are disabled, can't download .m2 folder
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.
SDK_files folder contains the files downloaded from official android website. You can download the required files from official android website.
@@tech_talks1 send link i just dont know how to find
Can Gradle 7.4.1 and the .m2 repository be used with higher versions of Android Studio, such as Flamingo 2022?
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.
Superb
good job
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
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.
@@tech_talks1 where i can find those libraries?
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.
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.
Hi can you somehow public the given link in the description because i really need installing this app but i can't manage it
It was hide by RUclips because of the external link verification issue. I will try to resolve the problem as soon as possible.
@@tech_talks1 Hope you solve it soon cause I'm stuck for a while
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
I think, it may be because of typing mistake. Please try with file:/// instead i think you typed as fille:///
@@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
@@chiffrerare4636 that may be the problem with emulator. AVD may not be connected. Try again after setting the AVD.
@@tech_talks1 ok thank you
Where did you find .m2 repo?
I created it by downloading all required libraries.
@@tech_talks1 So there is no way to somehow download entire repo, but you have to do download single library at a time?
Yes. But now you can use the repo file from the link given in description.
@@tech_talks1 Thank you! Good job!
👌
Which version is that android studio ?
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 .
@@tech_talks1 but this version does support offline build project ?
Offline gradle ?
@@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.
@@tech_talks1 ok but i have another question
does gradle have version ?
It mean gradle verion supoort that version i donwload to my laptop
@@YTtopPAULO yes, i used gradle 7.4.1. the m2 repository is mainly focused on that particular version.
What are the contents in side sdk
Essential packages including compilers, emulators etc.
@@tech_talks1 can you explain all please and the link of pakages if you have?
hola amigo...falta el sdk
Puedes descargarlo desde el sitio web oficial de Android.
descargue la versión sdk desde este enlace. developer.android.com/studio.
Hello bro