How to run any application through a terminal or command shell on the Android emulator engine? For example, if I want to start any game, how can I do it through a terminal or a command shell?
Anyone who can help is truly appreciated.
Thank,
Sam.
You can use the am startadb command trap. Example for a browser application navigating the internet:
am start
am start -a android.intent.action.MAIN -n com.android.browser/.BrowserActivity
Source: https://habr.com/ru/post/1787891/More articles:Android может использовать как push-уведомление Apple с php? - androidWhat is the difference between a method reference as an array with respect to a string? - syntaxInstalling "cc" when sending email from Django - pythonOODBMS - difference between RDBMS and which one is suitable for factory control system - rdbmsEntity Framework CTP5 Code First: Using a Non-Primitive Type as a Key - c #How to connect to SQL Server Ce database from C #? - c #Image aim.putExtra (Intent.EXTRA_SHORTCUT_ICON, bmp) is out of center - androidProblem with resizing iframe jQuery in IE8 - javascriptПереопределение справки bean с использованием PropertyOverrrideConfigurer - javaHow to make this non-blocking server multithreaded? - javaAll Articles