

- #HOW TO TEST ANDROID STUDIO APP ON PHONE APK#
- #HOW TO TEST ANDROID STUDIO APP ON PHONE PC#
- #HOW TO TEST ANDROID STUDIO APP ON PHONE DOWNLOAD#
- #HOW TO TEST ANDROID STUDIO APP ON PHONE WINDOWS#
#HOW TO TEST ANDROID STUDIO APP ON PHONE APK#
#HOW TO TEST ANDROID STUDIO APP ON PHONE WINDOWS#
In the search bar type “scrcpy”, you’ll fine it under Extrernal Tools:Ĭlick on it, then click on the icon button at the bottom of this windows and set your icon.Being able to run Android apps on a Chromebook is great, it gives users access to the vast Android ecosystem offerings and it gives Android developers the opportunity to reach ChromeOS users.ĭevelopers should make a point to verify their apps on different form factors, since this will help improve users’ experiences. Now go to the Appareance & Behaviour menu, then go to Main Toolbar -> Toolbar Run Actions -> Run/Debug then click on the + button -> add action. You can untick after you’re sure it works)

(Optional) Advanced options: untick “Open console for output” (this will avoid to open a terminal window with scrcpy output.Program: path of your scrcpy executable location.In Android Studio go to File -> Settings, then in the Tools menu select External Tools and click on the + button:
#HOW TO TEST ANDROID STUDIO APP ON PHONE DOWNLOAD#
Instead of calling it from command line you can launch it from the Android Studio main toolbar.įirst of all download an icon (I have used one of these), then locate your scrcpy executable location (mine is C:\Users\scognito\programmi\scrcpy).īefore creating the toolbar entry, we need to create an “External tool”. Use adb devices to list your devices and serial). It comes with many features.īasic running is simple as executing scrcpy without arguments (or with -s yourserial if you have more than one device / emulator connected to the PC. Scrcpy comes as executable for Windows, macOS and Linux, instruction for getting it are different according to your OS. Let’s see how integrate it with Android Studio. You can save precious resources, and mostly, test on real hardware with the ease of using it onscreen like an emulator using mouse and keyboard. Scrcpy is a cool program (made by the folks of Genymobile) that display and control your Android device directly from PC.

#HOW TO TEST ANDROID STUDIO APP ON PHONE PC#
Sometimes using emulator is not the best choice for testing your app, expecially if the host PC has not enough RAM or CPU, or if your app needs to display movies or some heavy contents.
