Issue
I want to know is it possible for creating a application launcher icon for Emulator(Android Studio) with a specific version of Android Device and OS like Nexus_4_API_27 in Ubuntu 16.04.
If you know please help me. Thanks in Advance.
Solution
It is possible, yes. You can open the emulator with certain commands from the command line and you can create a script that will run those commands automatically and then link it to your desktp.
To create an executable script with a shortcut on the desktop: https://askubuntu.com/questions/299052/how-to-execute-sh-script-from-a-desktop-shortcut
And in the script you need to set the commands for opening the emulator which you can find here: https://developer.android.com/studio/run/emulator-commandline.html
I don't have an ubuntu machine right now so i can't help you more but you should be able t get it going from here.
Answered By - Alexandru Sandu
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.