I am creating a USB with all the tools I need for a Linux-based development environment, including the Android SDK. When I run ./android
, I get the following error
Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: invalid character at position 2 in 08
Fetched Add-ons List successfully
Fetching URL: https://dl-ssl.google.com/android/repository/repository-7.xml
Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-7.xml, reason: NumberFormat invalid character at position 2 in 08
Done loading packages.
Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml
What does "invalid character at position 2" mean and how do I fix it?