Android Code Snippet Start AndroidStudio Emulator from B4A

since the B4A integrated AVD Manager doesnt work for me , im using the Emulator of the Android Studio.
To avoid opening the AS IDE everytime, im using the B4A Comment links to start the emulator directly:

'Start Emulator: ide://run?file=%LOCALAPPDATA%\Android\sdk\emulator\emulator.exe&Args=@pixel

replace "pixel" with your AVD ID
 
Top