Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse 在另一个硬盘驱动器 (e:) 中。虽然 avd 在 c:/Users/Myname/Android 中。问题是,当我作为 android 应用程序运行时,尽管模拟器正在运行,但什么也没有发生。该应用程序正在物理电话上运行。我已经阅读了几个答案,都很模糊。帮助?
我怀疑 Android 调试桥 (adb) 未运行或未正确运行。尝试运行
adb devices
如果您的模拟器未列出,请尝试运行
adb kill-server adb devices
请注意,adb 安装在platform-tools您的 android sdk 安装的子目录中。
platform-tools