問題描述
我是 Android 的初學者.我目前正在運行一個模擬器.我創建了一個安卓應用程序.當我運行那個應用程序時,它開始啟動一個新的模擬器并在那個新的模擬器中運行.但是,我想在正在運行的同一個模擬器中運行該應用程序.
I am beginner to Android. I have an emulator running currently. I created an android app. When I run that app, it starts starting a new emulator and running in that new emulator. But, I want to run that app in the same emulator that is being run.
推薦答案
打開你創建的運行配置,選擇Target"選項卡.選擇單選按鈕在所有兼容設備/AVD 上啟動".將該單選按鈕下方的組合框切換為Active AVD".
Open the run configuration you created, select the "Target" tab. Choose the radio button "Launch on all compatible devices/AVDs". Switch the combo box below that radio button to "Active AVDs".
這將在所有當前運行的模擬器上啟動您的應用.
This will start your app on all currently running emulators.
這篇關于在當前運行的模擬器(Android)上運行應用程序的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!