简体   繁体   中英

Emulate call in Android Emulator with IntelliJ IDEA

How can I interact with an Android emulator attached to IntelliJ IDEA?

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. It can be found in directory you placed android sdk, in my case (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 :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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