Author Topic: Use BlueStacks App Player to debug  (Read 18917 times)

Offline Tuxen

  • byte
  • *
  • Posts: 1
    • View Profile
Use BlueStacks App Player to debug
« on: April 01, 2012, 02:06:17 am »
Hi.

The thing i hate the most about jPCT/Android development is the slow emulator when debugging!
Until now that is, as i just found the perfect alternative! :D

It's called BlueStacks App Player and can be found here:
http://bluestacks.com

It's in beta now but more than useable, so give it a try.
So far my jPCT-AE tests ran at 60 FPS, it even play Riptide at full speed! :D

To make it work for debugging just type
Code: [Select]
adb connect 127.0.0.1
At a command prompt when BlueStacks is running.
You can now use it for debugging your Android apps in Eclipse just like the emulator. :D

Hope someone find it as usefull as i do. :D