English 中文(简体)
Android: 如何与当地网络连接?
原标题:Android emulator: How to connect to local network?
  • 时间:2014-01-09 16:29:36
  •  标签:
  • android

我用电话接听了一名客户。 现在,我拿着一台服务器,接手。 我的电话通过wifi与网络连接。 当我对支持者开放时,我的评估显示,这一计划是0.0? 我如何通过我的wifi网络与支持者联系? 或者,我是否需要2部电话来测试这一点?

我的支持者确实有外部力量? 我是否需要通过外部渠道进行港口连接?

问题回答

here 2 solutions for this problem. 1. That I like - use GenyMotion project http://www.genymotion.com/ - it will create virtul box on the local machine and you can locate it with ifconfig command for linux and ipconfig for windows

  1. Try to connect with ADB and find out ip address for your emulator, also look here How to get the Android Emulator s IP address?

我使用了与亚行的遗传。

The adb.exe is found in the table-tools rafter of the AndersSDK. 露天 en到地点和类型:

adb shell
ifconfig eth0

然后,你获得正确的支持者。





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签