本文介绍了Android Studio 未检测到模拟器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是 Android Studio 的新手,无法测试我的程序.在使用它之前,我成功地在 Eclipse 中测试了我的 android 程序.

I am a newbie in Android Studio and I can't test my programs. Before using this I succesfully tested my android programs in eclipse.

在类似上下文中阅读了一些问题后,我从

After reading some questions in similar context I created a new emulator from

Tools-android-AVD Manager

但是当我运行程序时,它说没有检测到 USB 设备或正在运行的模拟器(在选择的部署目标中).我该如何解决这个问题

But when I run the program it says No USB devices or running emulators detected(in select deployment target). How can I fix this

推荐答案

在 android studio 菜单中试试这个

Try this in android studio menu

工具-->安卓-->启用亚行集成

如果已经 Enabled 尝试 disbalereenable 这对我来说大部分时间都有效.

if is is already Enabled try to disbale and reenable this works most of time for me.

这篇关于Android Studio 未检测到模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-01 17:58