I am having problems installing Android and I would really appreciate your help. My problem is similar to the thread
Installing Android SDK
howeve it seems there people believe it is a problem of Eclipse. It actually is not since when I run the Android SDK Manager(independent from Eclipse at all) the program cant find anything on the repository https://dl-ssl.google.com/android/eclipse
Can anyone tell me what can I do? have they moved? that URL in a browser says 404 error!
Thanks a lot in advance
this could be a firewall issue too. if you work in a big company with high network security, most of the ports closed etc, your android avd might be blocked...
if you work at home, switch the firewall off and give it a go!
Try to use http if https isn't working. It's not safe, but it works.
http://dl-ssl.google.com/android/eclipse
There's a manual option to install adt pluings too: http://developer.android.com/sdk/eclipse-adt.html#installing
But it seems like something has changed at google or is offline
Related
Whenever I try installing Android studio on my PC, I keep seeing this error message.
I have installed Android studio more than three times now,but I keep seeing this error message please any ways or suggestions . So that I can fix this?
I think the problem is not with your android studio package, but the network you're on while installing Android Studio. Before your start installation, connect to a reliable network also make sure to check your firewall settings while installing. However if you still face issues then refer below the similar asked question with solution.
Here is the question with solution related to your issue
I'm using windows 10 and android studio 3.0.1.
In past, I was able to use internet at my Android emulators but now, I'm not !
I saw similar topic in stackoverflow but answers not working for me,
what should I do ?
try this command on windows cmd while replace the path with your own.
C:\Users\prashant\AppData\Local\Android\sdk\emulator\emulator.exe -avd Nexus_5X_API_25 -dns-server 8.8.8.8
If this doesn't work try genymotion, it's best. Here
Finally I found the answer!
I'm using proxy in my android studio and emulators by default using android studio proxy setting too!
I just disabled proxy in emulator and problem solved!
you need to enable your internet conection to share with another conected devices, once you do it restart the emulator and you got internet
this works for windows
go to your conection properties
go to sharing tab
click in "Allow other network users to connect through this compueters connection
I had this issue and finally I realized the problem is because of my firewall (Kaspersky).
Go to in firewall application settings and search 'Android studio'.
You may find several applications with the same name, allow all of them to access Internet.
For me, there were 2 apps including JetBrains extension, which i had blocked long time ago!
This problem appeared out of nowhere for me after updating Android Studio to Chipmunk. After a great deal of searching and trying different solutions, I found one on Medium.com that solved it! This is a very similar fix that Prashant posted (setting the DNS server to 8.8.8.8), but it gave a step-by-step solution without using terminal, and included adding 8.8.4.4 as well.
DNS fix for Windows or Mac
So I have been having a lot of problems with Android Studio, and I have just deleted and reinstalled it. I tried to setup Android Studio with the setup wizard but I am not able to download the components. Any idea on whats wrong? Might be something to do with the file path, not sure though.
And here is where it says that an error occurred.
I had a similar problem, try installing without the Android virtual device checked, This worked for me but it was also on a different computer so it might not have been that but it's worth a crack :) Best of luck
When trying to install the ADT plugin following Android Developper Site' instructions on a freshly installed Eclipse, I obtained the following error message:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
HTTP Server 'Bad Gateway' : http://dl-ssl.google.com/android/eclipse/plugins/com.android.ide.eclipse.ddms_16.0.1.v201112150204-238534.jar
HttpClient connection error response code 502.
Is there a workaround allowing me to install the plugin?
I had this same issue on my local pc, no issues with firewall at all, I actually turned it completely off for this.
Nothing seemed to work, until I read on another help forum that it was actually built for Helios version of eclipse, so I gave that a try and it worked first go!
I don't understand how it can make a difference as its a server return code and nothing to do with the client setup, but as worked for me when everything else failed.
I used win32 version http://www.eclipse.org/downloads/packages/release/helios/sr2, I recommend giving it a try if you are out of options.
The speed was another thing altogether though, it was still terribly slow.
Good luck!
it like you request http://dl-ssl.google.com has some problem, please check the internet and try again, if it also dont work, try using https://dl-ssl.google.com/android/eclipse/ this new update address to get ADT.
I had this same problem and attempting to update/reinstall wasn't working.
What ended up fixing it was, I went into my eclipse directory and deleted the adt folders and jar files under /plugins/ then reopened eclipse and reinstalled all the ADT plugins.
Everything is working fine now :)
I solved the problem very easily.
Go to Control Panel -> Network and Sharing Center -> Windows Firewall -> Turn off Windows Firewall
And try to install again and see the magic :)
I'm a n00b developer at my second attempt to use the Android SDK. I'm
developing on the Mac platform and I've noticed that the latest
version of the SDK doesn't include anything except the tools (so I
have no plugins, no targets to choose from inside the package I
downloaded).
So I tried to use the Android SDK and AVD Manager to download and
install some, however, I got this error:
Failed to fetch URL https://dl-ssl.google.com/android/repository/
I went to the settings and checked the box to force fetching via HTTP,
but no result. I was suggested to look for a configuration file, but
couldn't find any.
Any suggestions? I'm dying to get my hands dirty with the SDK.
Whenever I've seen that error, I've just retried the download several times and eventually it went through. I've only run into it when I was behind a proxy, but that might not be your problem.
Here you have a Android tutorial, step by step.
http://www.vogella.de/articles/Android/article.html
Its means that you are behind a proxy.Go tools->options in your android SDK manager and enter your http Proxy server and port and it'll work.