Searched refs:emulator (Results 1 – 12 of 12) sorted by relevance
5 Netsim can be built as part of emulator or cuttlefish and best practice is to8 * 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 from38 | | 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 emulator52 For developing netsim alongside emulator, start with the OS specific build54 * [Android emulator Windows Development](57 * [Android emulator MacOS Development]([all …]
11 | [Android Virtual Device](https://developer.android.com/studio/run/emulator) (AVD) …12 …tlefish) (CVD) | An Android image running in the cuttlefish emulator |
11 # [GOLDFISH only] The emulator build target: "emulator-linux_x64_internal".14 emulator_build_target: "emulator-linux_x64_internal"
32 * {serial: "emulator-5554",36 * {serial: "emulator-5555",
18 Ensure that the emulator can connect. ... ERROR32 Ensure that the emulator can connect.
19 Ensure that the emulator can connect. ... ok
31 Test CreateDevices when emulator sys image build id is not provided. ... ok33 Test CreateDevices when emulator build id is not provided. ... ok
181 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)
105 // [GOLDFISH only] The emulator build target: "emulator-linux_x64_nolocationui".
5 …D manager GUI or [the command line](https://developer.android.com/studio/run/emulator-commandline).
13 Running with Goldfish emulator isn't fully supported and may encounter errors such as apk install f…
390 IManagedTestDevice emulator = in testFreeDevice_emulator() local392 assertNotNull(emulator); in testFreeDevice_emulator()395 manager.freeDevice(emulator, FreeDeviceState.UNAVAILABLE); in testFreeDevice_emulator()