• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

development


RSS
Révision l'heure Auteur
db1b7a2 2009-01-16 09:15:47 android-build SharedAccount

Merge branch 'cupcake'

b8d704a 2009-01-16 09:12:07 The Android Open Source Project

auto import from //branches/cupcake/...@126645

e60601f 2009-01-10 11:26:25 The Android Open Source Project

auto import from //branches/cupcake/...@125939

95cf464 2009-01-10 10:51:19 The Android Open Source Project

auto import from //branches/cupcake/...@125939

303a8c7 2008-12-20 01:04:59 Jean-Baptiste Queru

Merge commit 'remotes/korg/cupcake'

Conflicts:
build/sdk.atree
ide/eclipse/.classpath
tools/activitycreator/src/com/android/activitycreator/ActivityCreator.java
tools/eclipse/scripts/create_adt_symlinks.sh
tools/eclipse/scripts/create_all_symlinks.sh
tools/eclipse/scripts/create_bridge_symlinks.sh
tools/eclipse/scripts/create_common_symlinks.sh
tools/eclipse/scripts/create_ddms_symlinks.sh
tools/eclipse/scripts/create_editors_symlinks.sh
tools/eclipse/scripts/create_test_symlinks.sh
tools/scripts/build.template

e943f2f 2008-12-18 11:04:04 The Android Open Source Project

Code drop from //branches/cupcake/...@124589

712bebb 2008-12-06 07:57:51 Xavier Ducrohet

Update the Eclipse plugin README with new instructions on how to compile the plug-ins.

70af177 2008-12-06 05:36:27 ralf

Fix create_ddms_symlinks to create libs/ correctly.

Add git ignore files to avoid all build files from being submitted to git.

991c4bd 2008-12-04 14:13:12 raphael

Fix eclipse setup scripts.
The fix will work for Linux and Mac, however for Windows the DDMS icons will have an invalid path.
I can address the Windows DDMS issue in a next CL if necessary by merging in a different
CL from upstream.

4dd5501 2008-11-14 16:52:05 Muthu Ramadoss

ENHANCEMENT: activitycreator generates 'tests' project for instrumentation.

activitycreator script is enhanced to generate 'tests' project along with the main project. The current behavior of generating Activity is extended by generating ActivityTest in 'tests/src' folder. The 'tests' folder follows the example provided asis in 'ApiDemos'. ApiDemos was used as reference project to mimic the project layout for building tests using Instrumentation.

From 'tests' project, type:
"adb shell am instrument -w [your.package].tests/android.test.InstrumentationTestRunner"
to run all tests using Android InstrumentationTestRunner.

NOTE: 'tests' is a separate AndroidProject by all means. It has its own AndroidManifest.xml, build.xml, src, res etc.,

AMEND:
Fixed style issues, javadoc
Fixed build.template to generate tests/build.xml
Removed build.tests.template since its obsolete now.

bc4b026 2008-11-11 14:29:24 Muthu Ramadoss

Changed srcdir="." to srcdir="${srcdir}" in scripts/build.template

This change makes sure the srcdir is pointing to only the java source folder and not recursively compile all source folders under the current folder. This is useful in having multiple java source folders for main, tests etc., Only the compile target is being affected by this change.

NOTE: Now you can have project/tests and work with tests as a separate android project, only for testing. In any case pointing to source explicitly makes sure no side affects arise by recursive compiling.

69e138b 2008-11-09 10:00:59 Alexey Tarasov

changed main class name in manifest file to correct one

52636d7 2008-10-23 04:47:08 Android Code Review

Merge

88b4291 2008-10-23 01:12:40 Evan JIANG

Evan JIANG: Fix build bug when "make sdk"
If you run "make sdk" under the root path, there would be an error:
development/build/sdk.atree:122: couldn't locate source file:
development/emulator/prebuilt/android-arm/kernel-qemu
make: *** [out/host/darwin-x86/sdk/android-sdk_eng.Evan_mac-x86.zip]
Error 44

I guess the kernel-qemu path is wrong in the sdk.atree file.
With this patch, "make sdk" works ok.

3c290fd 2008-10-22 07:04:50 Andy Stadler

Updated .classpath to use with Eclipse IDE.

62da4d9 2008-10-22 07:03:57 Alexey Zaytsev

Add a few missing headers

Fixes build with gcc 4.3.2 on Debian.

Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>

5c11852 2008-10-21 23:00:00 The Android Open Source Project

Initial Contribution