Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android tests without emulator

Is it possible to run some android tests for example: AndroidTestCase without using emulator?

like image 510
matkk Avatar asked Dec 06 '09 13:12

matkk


People also ask

Can I install Android on PC without emulator?

The three best and easiest ways to run Android games on PC without an emulator are the MirrorTo app, Android-x86 program, or a chrome extension. First, you have to install the Amazon AppStore from the Microsoft store. Once installed, launch this program on your PC. It will install the Windows Subsystem automatically.


1 Answers

Or you can use external testing frameworks for that, such as Robolectric.

See also: Best practices for unit testing Android apps

like image 143
bruno.braga Avatar answered Sep 30 '22 03:09

bruno.braga