我如何连接到Kindle Fire的发展? [英] How do I connect to Kindle Fire for development?

查看:113
本文介绍了我如何连接到Kindle Fire的发展?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要做什么做用我的Kindle Fire的Andr​​oid开发? (具体测试我的应用程序在设备上。)

解决方案

您可以找到连接的Kindle Fire亚行的的指令PDF 通过亚马逊提供的。

从文件转述:

  1. 编辑adb_usb.ini文件(位于〜/ .android /)

  2. 添加行:

      0x1949
    0x0006
     

  3. 保存文件。

  4. 运行这些命令重新启动亚行:

      ADB杀死服务器
    亚行启动服务器
    ADB设备
     

注:对于Windows 7用户需要下载的一个额外的驱动程序

What do I need to do to use my Kindle Fire for android development? (Specifically for testing my apps on the device.)

解决方案

You can find the instructions for connecting Kindle Fire to the ADB in a PDF of instructions provided by Amazon.

Paraphrased from the document:

  1. Edit the adb_usb.ini file (located in ~/.android/)

  2. Add the lines:

    0x1949
    0x0006
    

  3. Save the file.

  4. Run these commands to restart adb:

    adb kill-server
    adb start-server 
    adb devices  
    

NOTE: For Windows 7 users you need to download an additional driver.

这篇关于我如何连接到Kindle Fire的发展?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆