Skip to main content

Emulator for Amazon Kindle


My app would work very nicely on the new Amazon Kindle Fire, but it would be nice to test it and remove any kinks before they flood onto the market! Is there an emulator of the kindle fire available



Source: Tips4allCCNA FINAL EXAM

Comments

  1. Quoting the documentation:


    It is possible to configure a standard Android emulator to simulate
    the Kindle Fire device platform. You should configure your emulator
    with the following characteristics:


    Width: 600px
    Height: 1024px (note that the device will reserve 20px of
    the height to display a soft key menu, yielding a height of 1004px
    when in full-screen mode
    Abstracted LCD Density: 169
    Target: Android
    2.3.4 - API Level 10
    RAM: 512 MB

    ReplyDelete
  2. The Tech at Amazon told me that there is an "internal" SD Card. I just write to the normal SD CARD file path.

    ReplyDelete
  3. The Fire does not seem to have a SDCARD. How does it handle application that use the SDCARD. Do they, perhaps, divert SDCARD I/O to the "cloud?"

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?