在 AVD 上运行 SIP 演示 Android 平台 2.3

发布于 2024-10-24 06:24:40 字数 81 浏览 1 评论 0原文

Android 2.3平台包含一个SIP演示项目。我想在两个 AVD 上测试这个项目,而不是在真正的 Android 设备上。我真的不知道如何继续。

Android 2.3 platform contains a SIP demo project. I want to test this project on two AVD's, not on real Android devices. I really don't know how to proceed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笨死的猪 2024-10-31 06:24:40

来自测试 SIP 应用程序

测试 SIP 应用程序

要测试 SIP 应用程序,您需要以下内容:

  • 运行 Android 2.3 或更高版本的移动设备。 SIP 通过无线运行,因此您必须在实际设备上进行测试。在 AVD 上进行测试将不起作用。
  • SIP 帐户。有许多不同的 SIP 提供商提供 SIP 帐户。
  • 如果您要拨打电话,则还必须拨打有效的 SIP 帐户。

要测试 SIP 应用程序:

  1. 在您的设备上连接到无线网络(设置 > 无线和网络 > Wi-Fi > Wi-Fi 设置)
  2. 设置您的移动设备进行测试,如在设备上进行开发中所述。
  3. 在移动设备上运行您的应用,如在设备上进行开发中所述。
  4. 如果您使用的是 Eclipse,则可以使用 LogCat 在 Eclipse 中查看应用程序日志输出(“窗口”>“显示视图”>“其他”>“Android”>“LogCat”)。

所以看来您必须使用物理设备来测试 SIP 应用程序。

From Testing SIP Applications

Testing SIP Applications

To test SIP applications, you need the following:

  • A mobile device that is running Android 2.3 or higher. SIP runs over wireless, so you must test on an actual device. Testing on AVD won't work.
  • A SIP account. There are many different SIP providers that offer SIP accounts.
  • If you are placing a call, it must also be to a valid SIP account.

To test a SIP application:

  1. On your device, connect to wireless (Settings > Wireless & networks > Wi-Fi > Wi-Fi settings)
  2. Set up your mobile device for testing, as described in Developing on a Device.
  3. Run your application on your mobile device, as described in Developing on a Device.
  4. If you are using Eclipse, you can view the application log output in Eclipse using LogCat (Window > Show View > Other > Android > LogCat).

So it looks like you have to use a physical device to test SIP applications.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文