| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
In Tools R14, the Windows SDK will have 2 icons in the root
of the SDK: one to launch the AVD window, and a different one
to launche the SDK Manager window.
I'll need to change the icon in a later CL. I don't have
any ICO editor at hand right now.
Change-Id: Ic651e3c3d71c2eac5fe851fba8ea2782eca5e594
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The goal is to have this in $SDK/tools/lib/sdklauncher.jar
with 2 $SDK/SDK Manager|AVD Manager.exe wrappers (built using
jsmooth) that will run the launcher.jar, which in turns can
run/restart the SDK manager itself or the AVD manager.
The original launcher is still available by doing
$ USE_MINGW=1 make sdklauncher
whereas the new experimenal one is available by doing
$ make sdklauncher_exp
Change-Id: Iddb6c59b334a6197865f798b3d12fcf70880a141
|
|
|
|
|
|
|
|
|
|
| |
Also fix some makefiles to make sure the notices are
picked up.
- move the makefile outside of the source folder.
- resources are now in the source folder directly instead
of being inside src/resources. It's much simpler.
Change-Id: Ica8ee4c2bc8a9b035d23fc914d4137cdca7e567d
|
|
|
|
| |
Change-Id: Id62b59e75e92fe14376353211dd59d89f4ee63c6
|
|
|
|
| |
Change-Id: Iac3ad3d28d62c67b15b75346a56c2194f1837096
|
|
|
|
|
|
|
|
|
|
|
| |
- SDK Setup: cd to the SDK dir, to cope with the case
where the setup is executed from a shortcut with a
different base directory.
- SDK Manager: properly detect "update sdk" and "update avds"
commands.
Change-Id: I1f0d32fffd71d3fa0856e753a80505f3dcd076d1
|
|
|
|
|
|
| |
(This mirrors what we did with the emulator in Change Ib4ce944b )
Change-Id: I09f2e154ff89af4a0ed6629fd20846f20dbd2f5b
|
|
|
|
| |
Change-Id: Iab4e8f54bf2039cd9a17b1e814ffdc3ccd3deb23
|
|
This simple .exe will sit at the root of the Windows SDK
and currently simply executes tools\android.bat
It uses the same icon as the emulator.
Eventually it should simply replace the batch file.
Change-Id: I5359971fd476d6809d4ccb6bc0a0bcd34e30a3e6
|