在火上调试android应用程序 [英] Debugging android apps on the kindle fire

查看:142
本文介绍了在火上调试android应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从Kindle Fire平台支持eclipse调试Android应用程序?

Is debugging Android applications remotely from eclipse supported for Kindle Fire platform?

推荐答案

根据亚马逊的Kindle Fire常见问题解答,Kindle Fire默认启用了USB调试功能。要将Kindle Fire连接到Android Debug Bridge(ADB),请按照此PDF 。如果您正在使用Windows 7,则需要下载并使用此驱动程序。他们还提供用于Windows 7 PC下载的USB驱动程序。此外,我们还可以使用以下参数来模拟Android模拟器上的Kindle Fire规范。

According to Amazon's FAQ on Kindle Fire, Kindle Fire has USB debugging enabled by default. To connect Kindle Fire to your Android Debug Bridge (ADB) follow the instructions in this PDF.If you are working with Windows 7 you will need to download and use this driver. They are also providing USB drivers for download for Windows 7 PC. Moreover, we can also emulate Kindle Fire specs on Android emulator by using the following parameters.


  • 宽度:600px

  • 高度:1024px

  • 抽象的LCD密度:169

  • 目标:Android 2.3.4 - API 10级

  • RAM:512 MB

  • Width: 600px
  • Height: 1024px
  • Abstracted LCD Density: 169
  • Target: Android 2.3.4 - API Level 10
  • RAM: 512 MB

他们不提供单独的开发者设备。您可以使用Kindle Fire设备,您可以在线购买。

They don't offer separate developer devices. You can use the Kindle Fire devices which you can buy online.

安装设备驱动程序后,我不得不修改您的adb_usb.ini

After installing the device driver, I had to modify your adb_usb.ini


  1. 打开C:\Users\<您的登录名> \.android\adb_usb.ini文件进行编辑

  2. 添加0x1949

  3. 保存文件

这篇关于在火上调试android应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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