android-sdk-tool - Command line utility to update the Android SDK in a headless environment
android-sdk-tool : Command line utility to update the Android SDK in a headless environment
Issues - android-sdk-tool
Issues - android-sdk-tool
Not updating to API-11 (Honeycomb)
What steps will reproduce the problem? 1. download jar into some directory
2. java -jar android-sdk-tool-cli-1.0.5.jar -home <somehome> -verbose -agree
What is the expected output? Expect to upgrade the SDK to API-11 (Honeycomb)
What do you see instead? Seems to stop at API-9 (See attached file for verbose output)
What version of the product are you using? 1.0.5
On what operating system?
On headless linux box. Please provide any additional information below.
Posted: March 1, 2011, 9:56 pm
add an option to specify which api levels to install instead of all
Add an option to specify which api levels to install.
The -api <apiLevel> option, can be specified multiple times, and
specifies which api levels to install, instead of always downloading
and installing all of them. Without the option, downloads all levels
as before.
This is useful when creating an automated build process that starts
in an empty sandbox and only several of the apis are needed, not
all of the older deprecated versions. This saves a lot of download
time, if anything.
patch included
Posted: October 14, 2010, 6:11 pm
add an option to specify which api levels to install instead of allk
Add an option to specify which api levels to install.
The -api <apiLevel> option, can be specified multiple times, and
specifies which api levels to install, instead of always downloading
and installing all of them. Without the option, downloads all levels
as before.
This is useful when creating an automated build process that starts
in an empty sandbox and only several of the apis are needed, not
all of the older deprecated versions. This saves a lot of download
time, if anything.
patch included
Posted: October 14, 2010, 6:10 pm
unzipped files lose the executable perms
What steps will reproduce the problem? 1. java -jar android-sdk-tool-cli-1.0.5.jar -verbose -agree -sdk -home /opt
2. ls -l /opt/android-sdk-linux_86/tools
ls -l /opt/android-sdk-linux_86/platforms/android-7/tools What is the expected output? What do you see instead? notice that none of the tools have the execute flag set. running the ant scripts will result in permission error. What version of the product are you using? On what operating system? mac book running mac osx, running virtual box, guest os is lucid. Please provide any additional information below. i realize i can just chmod +x the files as work around
Posted: October 12, 2010, 8:57 pm
request new option for this tool. option to define the location of tmp download directory
Thank you for produce this tool. It's very useful. I use it to install on debian
I think it better to add a new option to define the tmp directory.
Because I install android sdk in a separeate partition. If /tmp/android.tmp
is not same partition ofr android sdk. The "renameTo" operation will failed in debian.
I resolve to move /tmp/android.tmp to dest partition and make a link from /tmp/android.tmp to it.
But I think it better for you fix this issue. So that you tool more useful
Thanks
Posted: September 6, 2010, 5:01 am
Executable flags ignored after file extraction
Apache Commons Compress doesn't preserve the file mode.
Posted: August 28, 2010, 8:59 am
Homepage : code.google.com/p/android-sdk-tool/
Announcement : All data come from Google Project Hosting public project data, Powered by Google Project Hosting