Android SDK beginner question

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.


Asked by: Emily729 | Posted: 20-01-2022






Answer 1

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.

Answered by: David970 | Posted: 21-02-2022



Answer 2

Here you have a Android tutorial, step by step.

http://www.vogella.de/articles/Android/article.html

Answered by: Lily851 | Posted: 21-02-2022



Answer 3

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.

Answered by: Julian881 | Posted: 21-02-2022



Similar questions

Android games android apps beginner question

Closed. This question does not meet Stack Overflow guid...


android - Could this be done any easier? Java beginner question

I need to create a series of objects, and it just looks plain ugly right now: CheckBox checkOne = (CheckBox) findViewById(R.id.checkOne); CheckBox checkTwo = (CheckBox) findViewById(R.id.checkTwo; CheckBox checkThree = (CheckBox) findViewById(R.id.checkThree); CheckBox checkFour = (CheckBox) findViewById(R.id.checkFour); CheckBox checkFive = (CheckBox) findViewById(R.id.checkFive); I'm on ...


Android/java beginner syntax question

so I was watching a tutorial and I am trying to understand this syntax Thread thread = new Thread() { //if i declare variables here i get errors public void run() { // ....define variables in function } } How does this code work? I think when the thread object is created, it defines adds or "appends" a function to its "list" o...


soap - Web service beginner, using Android

I read the first tutorials today on SOAP webs ervices and I'd like to create my own service, e.g. a java class Person that should be my web service. I don't know what application do I need to store this web service for accesing it as a test, and neither how to access it from ANDROID. Please help me with this. All the best


java - Beginner Asking: How do I get my android app to compile in Eclipse?

I'm going through a tutorial here: http://mobile.tutsplus.com/tutorials/android/android-sdk-development/. I have finished the tutorial and I've set up my debug configuration. When I actually try to run the debugger I see a popup that says: "Your project contains errors. Please fix them before running your application....


android - beginner - how to test a widget?

I downloaded the 'ExampleAppWidget' (by Android Official documentation). I opened it with Eclipse. I've no compiling errors. I'm trying to test it pressing F11 key (as with a classic application that is not a widget), but I think that this is not the right way, as a matter of fact Android return me a null pointer exception at runtime. The question is: HOW TO TEST A WIDGET DEVELOPED WITH ECLIPSE, ON ANDROID? ...


android - iCal - Beginner Tutorial and Docs?

I am working with an existing ical file at work. I'm not sure who is creating it, and I would like to become more familiar with ical before I contact them - so I can have an intelligent conversation. Can someone point me to a good beginner tutorial for iCal? Most of what I've found so far has been very vague, and assumes too much user knowledge. I need something that covers the basics (tags/parameters...


wt - porting a library to Android; beginner

I am a newbie in android development but having plans to become an active developer I had a c++/Java library called Wt. I need to install this library on android. http://www.webtoolkit.eu/wt Do I need to port the source code of library? If yes please point to me a good resource to start with. Expecting a good helping hand from this community


Android games android apps beginner question

Closed. This question does not meet Stack Overflow guid...


android - Could this be done any easier? Java beginner question

I need to create a series of objects, and it just looks plain ugly right now: CheckBox checkOne = (CheckBox) findViewById(R.id.checkOne); CheckBox checkTwo = (CheckBox) findViewById(R.id.checkTwo; CheckBox checkThree = (CheckBox) findViewById(R.id.checkThree); CheckBox checkFour = (CheckBox) findViewById(R.id.checkFour); CheckBox checkFive = (CheckBox) findViewById(R.id.checkFive); I'm on ...


Android/java beginner syntax question

so I was watching a tutorial and I am trying to understand this syntax Thread thread = new Thread() { //if i declare variables here i get errors public void run() { // ....define variables in function } } How does this code work? I think when the thread object is created, it defines adds or "appends" a function to its "list" o...


java - I am a beginner to Android App Dev: I am getting a force close all the time

I have recently just started learning how to develop android applications. I am am fairly proficient in Java, but I am still trying to get the hang of Android and xml stuffs. So, thanks for the help in advance:D! Right now, I am just trying to create an application that has an EditText widget and a button. Currently, all my code does is create an OnClickListener for the button, and define the OnClick metho...


java - Null pointer using threads and drawing canvas on view, android beginner, logcat included

I've been following a tutorial here. So far i have a Gameview and a Gameloop (a thread) set up alright but i just modified the run() method in my thread and i get this error in logcat: ERROR/AndroidRuntime(296): java.lang.NullPointerException ERROR/AndroidRuntime(296): at biz.hireho...






Still can't find your answer? Check out these communities...



Android Google Support | Android Community | Android Community (Facebook) | Dev.io Android



top