問題描述
我是 Android 的初學(xué)者.我目前正在運行一個模擬器.我創(chuàng)建了一個安卓應(yīng)用程序.當(dāng)我運行那個應(yīng)用程序時,它開始啟動一個新的模擬器并在那個新的模擬器中運行.但是,我想在正在運行的同一個模擬器中運行該應(yīng)用程序.
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.
推薦答案
打開你創(chuàng)建的運行配置,選擇Target"選項卡.選擇單選按鈕在所有兼容設(shè)備/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".
這將在所有當(dāng)前運行的模擬器上啟動您的應(yīng)用.
This will start your app on all currently running emulators.
這篇關(guān)于在當(dāng)前運行的模擬器(Android)上運行應(yīng)用程序的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!