HomeSort by relevance Sort by last modified time
    Searched full:development (Results 201 - 225 of 1081) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/docs/html/guide/tutorials/notepad/
notepad-extra-credit.jd 67 your application development, but also superb profiling support. You can also
  /frameworks/base/docs/html/resources/dashboard/
platform-versions.jd 42 the development of your application features for the devices currently in
  /frameworks/base/docs/html/resources/tutorials/notepad/
notepad-extra-credit.jd 67 your application development, but also superb profiling support. You can also
  /frameworks/base/media/libstagefright/codecs/aacdec/
lt_prediction.h 21 Nokia in the course of development of the MPEG-2 AAC/MPEG-4
ps_constants.h 27 in the course of development of the ISO/IEC 13818-7 and ISO/IEC 14496-3
  /frameworks/base/tools/preload/
Proc.java 80 && !name.equals("com.android.development");
  /hardware/libhardware/include/hardware/
qemud.h 27 * development/emulator/qemud/qemud.c
  /ndk/build/platforms/android-3/arch-arm/usr/include/android/
log.h 25 * exposed by the Android NDK (Native Development Kit) since
  /ndk/build/platforms/android-4/arch-arm/usr/include/android/
log.h 25 * exposed by the Android NDK (Native Development Kit) since
  /ndk/build/platforms/android-5/arch-arm/usr/include/android/
log.h 25 * exposed by the Android NDK (Native Development Kit) since
  /ndk/build/platforms/android-5/arch-x86/usr/include/android/
log.h 25 * exposed by the Android NDK (Native Development Kit) since
  /ndk/build/platforms/android-8/arch-arm/usr/include/android/
log.h 25 * exposed by the Android NDK (Native Development Kit) since
  /ndk/build/platforms/android-8/arch-x86/usr/include/android/
log.h 25 * exposed by the Android NDK (Native Development Kit) since
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
dir 42 Software development
  /system/core/include/android/
log.h 25 * exposed by the Android NDK (Native Development Kit) since
  /system/core/libcutils/
Android.mk 48 # they correspond to features not used by our host development tools
  /system/core/liblog/
Android.mk 22 # they correspond to features not used by our host development tools
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 17 package com.android.development;
194 sendOrderedBroadcast(new Intent("com.android.development.BAD_BEHAVIOR"), null);
  /frameworks/base/core/java/android/os/
Build.java 96 * The current development codename, or the string "REL" if this is
109 * Magic version number for a current development build, which has
  /frameworks/base/docs/html/guide/basics/
what-is-android.jd 29 <li><strong>Rich development environment</strong> including a device
51 <p>By providing an open development platform, Android
  /frameworks/base/docs/html/sdk/1.1_r1/
upgrading.jd 33 <p>This document describes how to move your development environment and existing
98 <li> Navigate down the tree and select <strong>Android Development Tools &lt;version&gt;</strong> </li>
  /development/pdk/docs/
faqs.jd 9 processes refer to the tools and procedures we use to manage the development
26 <p>Google oversees the development of the core Android open-source platform,
42 Google treats the Android project as a full-scale product development
52 <h3>What is Google's overall strategy for Android product development?</h3>
94 It's our intention to move more of these parts to open development over
106 and when the development process permits. Releasing the source code is a
  /frameworks/base/docs/html/guide/developing/tools/
adb.jd 77 <li>A client, which runs on your development machine. You can invoke a client from a shell by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients. </li>
78 <li>A server, which runs as a background process on your development machine. The server manages communication between the client and the adb daemon running on an emulator or device. </li>
103 <p>You can issue adb commands from a command line on your development machine or from a script. The usage is: </p>
168 <p>You can use adb to copy an application from your development computer and install it on an emulator/device instance. To do so, use the <code>install</code> command. With the command, you must specify the path to the .apk file that you want to install:</p>
198 <p>In the commands, <code>&lt;local&gt;</code> and <code>&lt;remote&gt;</code> refer to the paths to the target files/directory on your development machine (local) and on the emulator/device instance (remote).</p>
287 <td>Copies a specified file from an emulator/device instance to your development computer. </td>
293 <td>Copies a specified file from your development computer to an emulator/device instance. </td>
514 <p>You can use the <code>logcat</code> command from your development computer or from a remote adb shell in an emulator/device instance. To view log output in your development computer, you use</p>
565 <p>If you're running <code>logcat</code> from your development computer (versus running it on a remote adb shell), you can also set a default filter expression b (…)
    [all...]
  /frameworks/base/docs/html/guide/developing/
other-ide.jd 25 <li><a href="#libraryReqts">Development requirements</a></li>
29 <li><a href="#considerations">Development considerations</a></li>
166 <p>Once you've created your project, you're ready to begin development.
167 You can move your project folder wherever you want for development, but keep in mind
183 <code>android update project</code> command to update the project to the new development
219 with a <em>debug key</em> (for immediate testing on an emulator or development device)
248 (but only onto an emulator or attached development device).
257 you can quickly run your applications on an emulator or your own development device by building in
504 <li>Ensure that your development computer can detect your device when connected via USB</li>
507 Development</a> for more information.</p
    [all...]
  /build/core/
main.mk 38 $(warning * see file://$(shell pwd)/docs/development-environment/machine-setup.html)
288 development/data/etc/apns-conf_sdk.xml:system/etc/apns-conf.xml
378 development/tools/line_endings \
379 development/tools/etc1tool \
382 development/host \
416 development/apps \
417 development/tools/mkstubs \

Completed in 1925 milliseconds

1 2 3 4 5 6 7 891011>>