简体   繁体   English

使用IntelliJ IDEA模拟Android模拟器中的调用

[英]Emulate call in Android Emulator with IntelliJ IDEA

How can I interact with an Android emulator attached to IntelliJ IDEA? 如何与附加到IntelliJ IDEA的Android模拟器进行交互?

And be able to do the following: 并且能够执行以下操作:

  • Make fake call 打假电话
  • Send fake SMS 发送假短信
  • Browse a filesystem 浏览文件系统
  • Make profiling 进行分析

You can interact with android emulator the same way you did it in eclipse. 你可以像在eclipse中那样与android模拟器进行交互。 It can be found in directory you placed android sdk, in my case (android-sdk-windows). 它可以在你放置android sdk的目录中找到,在我的情况下(android-sdk-windows)。 Then go to directory 然后转到目录

tools 工具

and run 并运行

ddms batch file (ddms.bat)

Everything else similar the way you did in eclipse. 其他一切与你在日食中所做的相似。 Good luck :) 祝好运 :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM