Another update:

For testing the applications on a simulator, a system image needs to be 
downloaded. But where to unpack this type of package? It is a little bit 
counter-intuitive and I found out only after a while of Googling:

>From a user Hariadi Hinta on a forum somewhere:
"Hi Ahmed, 

You need to create a folder called system-images in the top level of your 
SDK directory (next to platforms and tools) and then, create 
sub-directories android-14 and android-15. Extract the complete 
armeabi-v7afolder to these directories"

So what worked for me was creating the directory system-images/android-16 
and unpacking the system image there. Voila!

This needs to be documented somewhere, unless the SDK Manager improves 
(from what I've read, I'm not the only one with this kind of problem).

Cestmir
On Wednesday, July 11, 2012 1:46:10 PM UTC+2, Cestmir Houska wrote:
>
> Ok, I managed to manually download the packages by looking at the 
> repository xml:
>
> https://dl-ssl.google.com/android/repository/repository-7.xml
>
> This article helped me:
>
>
> http://qdevarena.blogspot.cz/2010/05/download-android-sdk-standalone-for.html
>
> I just downloaded one platform package and put it into 
> android-sdk-linux/packages plus the corresponding platform tools that I put 
> under android-sdk-linux/platform-tools. Android SDK Manager now finds these 
> packages. Now I just hope everything will work.
>
> Cestmir
>
> On Tuesday, July 10, 2012 11:52:27 PM UTC+2, Cestmir Houska wrote:
>>
>> Hello everyone,
>>
>> I hope this is the correct forum to post this problem.
>>
>> I downloaded the Android SDK .tgz file for SDK version r20 and unpacked 
>> it on my harddrive. Now, when I try to run the Android SDK Manager (by 
>> calling "./android update sdk" in the android-sdk-linux/tools directory), 
>> the SDK manager appears, loads the repositories and packages and when it's 
>> done, there are no packages apart from the installed "Android SDK Tools" 
>> package. I tried running the SDK manager in the CLI, which also didn't help:
>>
>> czestmyr@czestmyr:~/prog/android-sdk-linux/tools$ ./android update sdk 
>> --no-ui
>> Refresh Sources:
>>   Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml
>>   Fetched Add-ons List successfully
>>   Refresh Sources
>>   Fetching URL: 
>> https://dl-ssl.google.com/android/repository/repository-7.xml
>> Refresh Sources:
>>   Fetching URL: 
>> https://dl-ssl.google.com/android/repository/repository-7.xml
>> Refresh Sources:
>>   Fetching URL: 
>> https://dl-ssl.google.com/android/repository/repository-7.xml
>> Refresh Sources:
>>   Fetching URL: 
>> https://dl-ssl.google.com/android/repository/repository-7.xml
>> There is nothing to install or update.
>>
>> I have a 64-bit machine running a 32-bit Ubuntu 11.10
>>
>> Thanks for any help. Regards,
>>
>> Cestmir
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to