Android Studio Sign in

RequiresDevice


@Retention(value = RetentionPolicy.RUNTIME)
@Target(value = [ElementType.TYPEElementType.METHOD])
public annotation RequiresDevice


Indicates that a specific test should not be run on emulator.

The test will be skipped if its executed on one of the recognized Android emulator types (currently ones with Build.HARDWARE equal to 'goldfish', 'ranchu' and 'gce_x86')

Morty Proxy This is a proxified and sanitized view of the page, visit original site.