Home
last modified time | relevance | path

Searched refs:emulator (Results 1 – 12 of 12) sorted by relevance

/tools/netsim/guide/src/development/
DREADME.md5 Netsim can be built as part of emulator or cuttlefish and best practice is to
8 * To build with emulator, follow the [netsim with emulator](#netsim_with_emulator)
18 [emulator](https://source.android.com/docs/setup/create/avd)
26 The emulator is typically used from
38 | | emulator | cuttlefish |
41 | launcher | `emulator` app and<br>Android Studio | `launch_cvd` and<br>`cvd` app |
50 ## <a name="netsim_with_emulator"></a>Build netsim with emulator
52 For developing netsim alongside emulator, start with the OS specific build
54 * [Android emulator Windows Development](
57 * [Android emulator MacOS Development](
[all …]
/tools/netsim/guide/src/
DREADME.md11 | [Android Virtual Device](https://developer.android.com/studio/run/emulator) (AVD) …
12 …tlefish) (CVD) | An Android image running in the cuttlefish emulator |
/tools/acloud/public/data/
Ddefault.config11 # [GOLDFISH only] The emulator build target: "emulator-linux_x64_internal".
14 emulator_build_target: "emulator-linux_x64_internal"
/tools/netsim/proto/netsim/
Dstartup.proto32 * {serial: "emulator-5554",
36 * {serial: "emulator-5555",
/tools/tradefederation/core/javatests/res/testtype/
Dpython_output1.txt18 Ensure that the emulator can connect. ... ERROR
32 Ensure that the emulator can connect.
Dpython_output3.txt19 Ensure that the emulator can connect. ... ok
Dpython_output2.txt31 Test CreateDevices when emulator sys image build id is not provided. ... ok
33 Test CreateDevices when emulator build id is not provided. ... ok
/tools/netsim/cmake/
Dnetsim_dependencies.cmake181 set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/distribution/emulator)
184 set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/distribution/emulator)
207 add_subdirectory(${EXTERNAL}/grpc/emulator grpc)
/tools/acloud/internal/proto/
Dinternal_config.proto105 // [GOLDFISH only] The emulator build target: "emulator-linux_x64_nolocationui".
/tools/aadevtools/avd/
DREADME.md5 …D manager GUI or [the command line](https://developer.android.com/studio/run/emulator-commandline).
/tools/netsim/testing/mobly/
DREADME.md13 Running with Goldfish emulator isn't fully supported and may encounter errors such as apk install f…
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java390 IManagedTestDevice emulator = in testFreeDevice_emulator() local
392 assertNotNull(emulator); in testFreeDevice_emulator()
395 manager.freeDevice(emulator, FreeDeviceState.UNAVAILABLE); in testFreeDevice_emulator()