首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

使用 Bluemix、Watson 和 Apache Cordova 创建混合移动应用程序(5)

使用 Bluemix、Watson 和 Apache Cordova 创建混合移动应用程序(5)

在 Androif 模拟器中运行该应用程序
  • 执行以下步骤来启动 Android 模拟器:
    1
    cd $HOME/CordovaBreweryMaster




    1
    cordova build android




    1
    ./platforms/android/cordova/run –emulator -nobuild




  • 等待片刻,有时模拟器启动速度可能很慢。
  • 应用程序启动后,您看到附近啤酒厂的列表。尝试一下!查看每个啤酒厂的啤酒列表,探索一些认知元素,比如 Brewery 的 Vibe,或者向 Waston 询问有关啤酒的问题。
  • 下面介绍的 Vibe 和 Ask Watson 功能使用了   提供的 IBM Watson 服务 ( )。备注:Bluemix 中没有提供啤酒语料库。Bluemix Watson Question and Answer 服务目前提供了旅游和医疗领域的语料库。
返回列表