aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-07-15 21:16:56 -0700
committerTor Norbye <tnorbye@google.com>2011-07-27 16:46:57 -0700
commit7208e72d510e1bf5d3860f4a15d135e42d64eaa0 (patch)
treeb190a7e85efd913d5aaff25f0ccaa37ffb28312e /eclipse/scripts
parentc766a5e884fbb9a3a4f02809961942173c7cce8b (diff)
downloadsdk-7208e72d510e1bf5d3860f4a15d135e42d64eaa0.zip
sdk-7208e72d510e1bf5d3860f4a15d135e42d64eaa0.tar.gz
sdk-7208e72d510e1bf5d3860f4a15d135e42d64eaa0.tar.bz2
Asset Studio wizard
This is an initial integration of the Android Asset Studio into Eclipse, as a New Asset wizard. It uses the Java port of the Android Asset Studio to generate the assets: https://code.google.com/a/google.com/p/android-asset-studio-java/ It only supports launcher icons, and some of the configurable parameters (file, shape, crop). To run it, put the AssetStudioLib.jar file into the the adt libs directory. There's a new "Asset Set" wizard in the New wizard, which will open up a two page wizard; the first page lets you select the project (which it attempts to pick up from context), as well as the type of asset to create, and the asset output name. In the second page there are the various widgets to tweak the code generator, and a preview area on the right which updates as you tweak the various controls. The main remaining work is to support additional asset types as they are added to the assetstudio generator library. Change-Id: I2e556337f8e5c3bc09e84b35a342ba05110abebc
Diffstat (limited to 'eclipse/scripts')
-rwxr-xr-xeclipse/scripts/create_adt_symlinks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/scripts/create_adt_symlinks.sh b/eclipse/scripts/create_adt_symlinks.sh
index 949362e..5966454 100755
--- a/eclipse/scripts/create_adt_symlinks.sh
+++ b/eclipse/scripts/create_adt_symlinks.sh
@@ -16,7 +16,7 @@ BACK=`echo $DEST | sed 's@[^/]*@..@g'`
mkdir -p $DEST
-LIBS="sdkstats androidprefs common layoutlib_api ide_common ninepatch sdklib sdkuilib"
+LIBS="sdkstats androidprefs common layoutlib_api ide_common ninepatch sdklib sdkuilib assetstudio"
echo "make java libs ..."
make -j3 showcommands $LIBS || die "ADT: Fail to build one of $LIBS."