How to Install Android SDK & Eclipse ADT Plugin on Windows 10 using Eclipse Mars 2015

  Рет қаралды 254,342

NDL Coding

NDL Coding

Күн бұрын

Пікірлер: 134
@fyodor8008
@fyodor8008 3 жыл бұрын
Finally a tutorial with someone who actually speaks English
@ccs7268
@ccs7268 9 жыл бұрын
Thorough job navigating the kludgey Windows 10 environment and SDKits.
@IShadyl
@IShadyl 9 жыл бұрын
I think you just saved my Engineering Thesis. Since Google abandons Eclipse support and the libraries I use are heavily based on Eclipse structrure and don't work with Android Studio NDK i was pretty much in a bad situation. Thx a lot!
@atifsafeer9730
@atifsafeer9730 9 жыл бұрын
it covers all of the issues that we guys were facing while configuring eclipse.. it was very helpful. (y)
@Pafcioxx
@Pafcioxx 9 жыл бұрын
Thank you. I had a big problem with installing sdk android device on eclipse. You helped me a lot.
@justme-cy1pi
@justme-cy1pi 9 жыл бұрын
Thank you very much for the video! I run in all the problems you are talking about :-) and with your help everything got sorted out!
@aimadik4548
@aimadik4548 8 жыл бұрын
The most well-detailed video...how can i be more satisfied about it thank you so much
@saxenahimanshu6584
@saxenahimanshu6584 4 жыл бұрын
Tons of thks , ur software sdk installer is a game-changer for me
@sallyssandraa
@sallyssandraa 5 жыл бұрын
I love you on so many levels. I was reading a book to help me through this, epic fail I was stuck for about a month. THANK YOU!
@harleyjesiah1645
@harleyjesiah1645 3 жыл бұрын
i know im randomly asking but does any of you know of a method to log back into an Instagram account?? I stupidly lost my login password. I would love any assistance you can offer me!
@polaris911
@polaris911 8 жыл бұрын
Thanks for going over the "Run as Administrator" thing, that was causing my installation to fail.
@ericmetcalf7736
@ericmetcalf7736 8 жыл бұрын
Thanks this video was very helpful I got it setup with no major problems.
@Bharath7797
@Bharath7797 8 жыл бұрын
Thanks alot man!! Great video Helped me alot!! :) Successfully installed Eclipse hurrayyy!!
@MadForCs16
@MadForCs16 8 жыл бұрын
The Only video that helped me in all ways !
@JenGrenvik
@JenGrenvik 9 жыл бұрын
This video was so incredibly helpful! Thank you so much! I am definitely going to subscribe! :)
@dapidminiAiki
@dapidminiAiki 6 жыл бұрын
thank you for the video. I'm starting out to learn programming for android apps but I only have my loyal cheap, low-spec laptop to work with. so I can't use Android Studio as everyone suggest because it's very resource expensive.. I hope after finishing the steps in this video I can continue on my journey to mobile programming with eclipse.
@tamasrudnai1687
@tamasrudnai1687 8 жыл бұрын
Awesome, thanks! As you asked suggestions: Please include Mac installation (not that much of difference, and can be added as text bubbles)
@sagarchavada6226
@sagarchavada6226 9 жыл бұрын
thank you so much.. its great.. u covered all issues..
@samvandekreeke
@samvandekreeke 7 жыл бұрын
really good video. explained everything. good links in description! c:
@siferuk
@siferuk 9 жыл бұрын
thanks, very straight forward and precise!
@adelalyan1459
@adelalyan1459 3 жыл бұрын
You did help me so easy to get what I Need, Thanks
@HooGames2017
@HooGames2017 7 жыл бұрын
on 11:06 you say the Default installs cann you say me witch one ?
@sidyka6568
@sidyka6568 7 жыл бұрын
Thinx a lot, this video is very clear
@TheSpeedyPL
@TheSpeedyPL 9 жыл бұрын
Thanks man I needed this ;-)
@ibtisamabdo3559
@ibtisamabdo3559 8 жыл бұрын
Very helpful tutorial. Than you very much.
@salonigarg5798
@salonigarg5798 8 жыл бұрын
thank you soo much! it was very helpful.
@markwhitener1088
@markwhitener1088 9 жыл бұрын
Thank you. Great video - you actually demo the mistakes most make, which is unique on most 'How to" videos. As I techie, I always fall into the the one thing I hate most about MS - Run as Administrator. One a single user machine, my usercode is an Admin, so everything I run or do should be Admin? Wrong according to MS.
@ArsalanKhanAk
@ArsalanKhanAk 7 жыл бұрын
Thanks Bro Your Video Was Too Helpful For Me
@gazollarafael8000
@gazollarafael8000 7 жыл бұрын
hello, can you help me? i keep getting the "wrong checksum" error while installing the packages of sdk manager. did you find this kind of error?
@ArsalanKhanAk
@ArsalanKhanAk 7 жыл бұрын
No there wasn't any error, which Os Are you using
@marccalvinlimbo3955
@marccalvinlimbo3955 8 жыл бұрын
need help !! as far as I know I followed the instructions step by step but I still encountered a problem which I can't fix. After the whole process of installation, I opened eclipse then the console keeps on showing me this error. -- [2016-03-15 21:31:27 - Android SDK] Error when loading the SDK: Error: Error parsing C:\Users\Marc\AppData\Local\Android\android-sdk\system-images\android-22\android-wear\x86\devices.xml cvc-complex-type.2.4.d: Invalid content was found starting with element 'd:skin'. No child element is expected at this point. Error: Error parsing C:\Users\Marc\AppData\Local\Android\android-sdk\system-images\android-23\android-wear\armeabi-v7a\devices.xml cvc-complex-type.2.4.d: Invalid content was found starting with element 'd:skin'. No child element is expected at this point. Error: Error parsing C:\Users\Marc\AppData\Local\Android\android-sdk\system-images\android-23\android-wear\x86\devices.xml cvc-complex-type.2.4.d: Invalid content was found starting with element 'd:skin'. No child element is expected at this point. -- what am I supposed to do?
@duanewall6586
@duanewall6586 8 жыл бұрын
+Marc Calvin Limbo stackoverflow.com/questions/18402913/error-parsing-c-documents-and-settings-user-android-devices-xml This answer put me on the right track: stackoverflow.com/a/13429067/891479 Copy default devices.xml file from Sdk_Directory/tools/lib/devices.xml to Home_Directory/.android/devices.xml. Home_Directory is the windows user home directory. Example: C:\Documents and Settings\smcqueen\.android
@dineshsahoo4443
@dineshsahoo4443 6 жыл бұрын
I am getting something different. Please solve this issue. In last step i.e in preferences section the below box is empty. So now what to do??
@hassanqureshi4247
@hassanqureshi4247 8 жыл бұрын
thankyou very much. Please make a video of building the first android app using eclipse mars
@alyamanasa3936
@alyamanasa3936 5 жыл бұрын
I couldn't download android sdk tools from the link u have provided since the site has been updated.....plz help me with some alternate ways
@DaniyalNasir0332
@DaniyalNasir0332 8 жыл бұрын
+NDL Coding The ADT plugin does not support Eclipse it says on the following link. Any Alternative ? If not, Can you please tell me What it is used for and what cons will I get by not having it installed .. Thanks,
@MrtigeranimationTV
@MrtigeranimationTV 8 жыл бұрын
why people dislike this video???? this video is best tutorial and i liked this and shared many times...
@erfansh7812
@erfansh7812 5 жыл бұрын
FUCK OFF
@jamesmacintosh5293
@jamesmacintosh5293 8 жыл бұрын
Hi, Thanks. This is a nice video. But I am using Windows 10 Home (64 bit) and I am a little confused as to what I really need to be able to do regular Java programming and develop Andriod apps. I want to use Eclipse IDE only and not Android Studio. So, what do I need to install? All the below ones or some of them? Eclipse IDE Android ADT plug-in Java JDK Android SDK Do I need to install each of the above in a particular order? Thanks.
@ndn131
@ndn131 9 жыл бұрын
thanks for the video.. my eclipse succes
@rajeshcharymusaloju7065
@rajeshcharymusaloju7065 9 жыл бұрын
incredibly help thank u so much
@yogurtito
@yogurtito 7 жыл бұрын
thanks!! my friend!! is a good guy!!
@duanewall6586
@duanewall6586 8 жыл бұрын
Thanks for the vid. I'm getting a parsing error after restart about the Android SDK. A couple of 'Invalid content' relating to 'd:skin'. No child element is expected at this point. Since it's 'not expected at this point' should I be concerned?
@duanewall6586
@duanewall6586 8 жыл бұрын
+Duane Wall This answer put me on the right track: stackoverflow.com/a/13429067/891479 Copy default devices.xml file from Sdk_Directory/tools/lib/devices.xml to Home_Directory/.android/devices.xml. Home_Directory is the windows user home directory. Example: C:\Documents and Settings\smcqueen\.android
@Paktoon
@Paktoon 9 жыл бұрын
Thanks, very helpful!!
@JPA9637
@JPA9637 8 жыл бұрын
Do you need an Internet Connection for installing the eclipse and the ADT plugin? I mean after downloading the installer from the internet.
@shaikhimranirfan
@shaikhimranirfan 7 жыл бұрын
yes
@mihailomanojlovic9474
@mihailomanojlovic9474 6 жыл бұрын
Hi, I've had no trouble installing eclipse and java but I cannot locate the android sdk, as it is no longer on developer.android.com/studio/index.html . have they moved the download elsewhere? please help
@riddhimanduttaroy3381
@riddhimanduttaroy3381 6 жыл бұрын
I too can't find it. Did you get it?
@akashsurya600
@akashsurya600 4 жыл бұрын
Hi, I have problem in installing eclipse it shows red Cross ❌ on Android application project how I resolve this. I tired lot of KZbin solution but any of them no work....
@zoilo87
@zoilo87 7 жыл бұрын
I can't find a Android SDK exe :( please send me a link.. The site that you posted only showing a zip folder that doesnt match on the video
@najim716
@najim716 7 жыл бұрын
Hi Bro Same issue hhh i find executable file you can search for it the same what used in this video "" sdk-android_24-4_en_280710.exe "" this direct link d110.cdn.m6web.fr/soft/logiciel/sdk-android_24-4_en_280710.exe?st=VKA81NDh8qCbAgoYvhCbBQ&e=1496794965
@zoilo87
@zoilo87 7 жыл бұрын
forbidden hehe
@afaqbuk
@afaqbuk 9 жыл бұрын
very nice and helpful video thankyou.:-)
@gauravprajapati9205
@gauravprajapati9205 6 жыл бұрын
Please make video for develop any APK with eclipse and run those application
@masterdenyk
@masterdenyk 8 жыл бұрын
Thank you man!
@sambuaga2711
@sambuaga2711 4 жыл бұрын
how to using firebase in eclipse? help meto find how it....thanks
@rubenamizyan4618
@rubenamizyan4618 8 жыл бұрын
You are a life saver
@Cybercharles
@Cybercharles 9 жыл бұрын
Thanks you, very helpful
@GabrielTavaresAtento-ao-Vento
@GabrielTavaresAtento-ao-Vento 9 жыл бұрын
Great instructions!
@TechProgrammingIdeas
@TechProgrammingIdeas 5 жыл бұрын
Thanks Very helpful
@dharmagummi7537
@dharmagummi7537 9 жыл бұрын
Hi i have done everything as per the video i can't find the options on Window menu however in preferences i can see the Android can you please advise
@kilab778
@kilab778 9 жыл бұрын
+Dharma Gummi I had the same issue. But it worked fine for me after running Eclipse as admin. Try playing the video again from min/sec 7:30 and follow the steps from there.
@dharmagummi7537
@dharmagummi7537 9 жыл бұрын
Thanks Will try
@user-pt7tv
@user-pt7tv 8 жыл бұрын
which packages should i choose?
@sadiashamas4352
@sadiashamas4352 8 жыл бұрын
I installed the eclipse setup as "run as administrator" but still found the same error that "installation failed with an error"
@ridewithcharles353
@ridewithcharles353 7 жыл бұрын
Why is that when i downloaded the SDK tools only theres no "Android SDK Manager" in it? :(
@riddhimanduttaroy3381
@riddhimanduttaroy3381 6 жыл бұрын
I am facing the same problem. Did you find it?
@viwendzima7232
@viwendzima7232 8 жыл бұрын
I keep on getting this error message "Failed to fetch URL dl.google.com/android/repository/addons_list-2.xml, reason: Unknown Host dl.google.com". How do I fix it?
@shaikhimranirfan
@shaikhimranirfan 7 жыл бұрын
its the wrong url or your firewall is blocking your connection to the internet i recommend you to disable your firewall or add a rule to bypass your connection
@khelassilinda8229
@khelassilinda8229 8 жыл бұрын
6:19 I can't read the name of the site help me please!!!!!!
@MrSufi94
@MrSufi94 8 жыл бұрын
+khelassi linda URL is given in description. valar morghulis
@khelassilinda8229
@khelassilinda8229 8 жыл бұрын
+sufi patel Ohhh thanks
@AbhishekSingh-qv3bk
@AbhishekSingh-qv3bk 5 жыл бұрын
It is important to download all sdk packages in android sdk manager
@Babamasthan09
@Babamasthan09 9 жыл бұрын
thanks for the video..while installing android sdk ..due to some interuption i was not able install it completely ..guys any help
@Legendaryhutch
@Legendaryhutch 8 жыл бұрын
Thank you so much.
@عبداللهقاسم-ش5ه
@عبداللهقاسم-ش5ه 8 жыл бұрын
where is sdk download link pleas the link above lead to android studio
@quran_bae
@quran_bae 8 жыл бұрын
after you open Android Studio link scroll down to the end of the page and you will find the SDK Download link
@ray-munich
@ray-munich 5 жыл бұрын
Thank You - great !
@Prowltimate
@Prowltimate 9 жыл бұрын
from where to download the eclipse??
@TheRohithsai
@TheRohithsai 9 жыл бұрын
sdk is opening but in console it says ... system cannot find sdk manager..... installed all the tools now;....... what should i dooo ? this is a big problem for me. i had wasted 1 compelte day but couldn't success ..... plz help out guys
@ndlcoding9007
@ndlcoding9007 9 жыл бұрын
+Rohith Sai Watch the video.... it covers this issue.
@TheRohithsai
@TheRohithsai 9 жыл бұрын
u shut up....
@TheRohithsai
@TheRohithsai 9 жыл бұрын
arey gay.. badcw.. just fuck ur own business...... get out of my way
@TheRohithsai
@TheRohithsai 9 жыл бұрын
___|___
@FunniVideos
@FunniVideos 8 жыл бұрын
+NDL Coding where is the video
@angelren4563
@angelren4563 8 жыл бұрын
Why I can't make new Android App project?? help please
@glennchen1
@glennchen1 9 жыл бұрын
Good job!
@Tsunny97
@Tsunny97 7 жыл бұрын
ADT is no longer avail. what should i do?
@1994rif
@1994rif 8 жыл бұрын
tHANK YOU VERY MUCH BRO !
@tinytutor413
@tinytutor413 8 жыл бұрын
helpfull
@rahilenayati9972
@rahilenayati9972 8 жыл бұрын
thanks a lot , u rescue me.
@bryanjaysena6089
@bryanjaysena6089 8 жыл бұрын
I've installed already ADT and eclipse mars but i cant see to make android help me please
@shaikhimranirfan
@shaikhimranirfan 7 жыл бұрын
configure it as shown in the video
@zoilo87
@zoilo87 7 жыл бұрын
How about neon?
@davidharmath1168
@davidharmath1168 9 жыл бұрын
Thanks good job :)
@nkmills5847
@nkmills5847 9 жыл бұрын
Excellent!!!
@nOc1977
@nOc1977 9 жыл бұрын
thank you good Sir!
@fabgrw
@fabgrw 9 жыл бұрын
helpfull videos thanks
@semente.criativa
@semente.criativa 6 жыл бұрын
thank you so much =D
@tjdoss510
@tjdoss510 9 жыл бұрын
Well done.
@MichaelOsondu
@MichaelOsondu 9 жыл бұрын
Life Saver!!!
@ralpjeff8356
@ralpjeff8356 9 жыл бұрын
excellent :) !
@RicherThanIeverbeen
@RicherThanIeverbeen 8 жыл бұрын
Thanks a ton
@abdelrahmanhussainy6921
@abdelrahmanhussainy6921 4 жыл бұрын
You are brelliant :)
@AadidevSooknananNXS
@AadidevSooknananNXS 4 жыл бұрын
Why does this sound like Anthony from LinusTechTips?
@topchronicles80
@topchronicles80 8 жыл бұрын
can you not use zoom and pan? I hardly sees the words on your videos
@FerZepol
@FerZepol 9 жыл бұрын
Thank you.
@kH1983kH
@kH1983kH 7 жыл бұрын
great job
@shravans2346
@shravans2346 9 жыл бұрын
thx a lot!!!!
@jaimecar2702
@jaimecar2702 8 жыл бұрын
I you are interesting in make an app for a handheld!
@VijayKumar-re5hk
@VijayKumar-re5hk 8 жыл бұрын
Thanku so much
@jahidhassanrakib7705
@jahidhassanrakib7705 8 жыл бұрын
Thanks Bro
@nguyethuynh5215
@nguyethuynh5215 9 жыл бұрын
thanks a lot
@alexanderantonov5250
@alexanderantonov5250 6 жыл бұрын
ADT Plugin (UNSUPPORTED) developer.android.com/studio/tools/sdk/eclipse-adt
@parvezlimon4739
@parvezlimon4739 9 жыл бұрын
thank you
@ayaan5015
@ayaan5015 6 жыл бұрын
YOU ARE THE LEGEND :)
@dhimasmaulanahadi9278
@dhimasmaulanahadi9278 3 жыл бұрын
good job
@akashsurya600
@akashsurya600 4 жыл бұрын
Plz help....
@أفدوأستفد-ي7ز
@أفدوأستفد-ي7ز 8 жыл бұрын
TANKS
@thaiduynguyen6469
@thaiduynguyen6469 9 жыл бұрын
thanks
@abdoulayeseck9105
@abdoulayeseck9105 6 жыл бұрын
helpfuuuuuuuuuuuuuuuuuul
@itcasa2546
@itcasa2546 7 жыл бұрын
good
01 Setup Android Development Environment with Eclipse ADT Bundle
28:16
Colin Archibald
Рет қаралды 10 М.
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН
Their Boat Engine Fell Off
0:13
Newsflare
Рет қаралды 15 МЛН
No Way this is Good... WTF is DLSS 4??
21:19
Vex
Рет қаралды 444 М.
Switching to Linux: A Beginner’s Guide
20:22
ExplainingComputers
Рет қаралды 213 М.
Android App Development Tutorial for Beginners - Your First App
55:20
freeCodeCamp.org
Рет қаралды 441 М.
How To Run Linux Code on Windows with WSL 2 & VS Code
13:41
TypeScript TV with Benny
Рет қаралды 161 М.
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН