www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: Tuxen on April 01, 2012, 02:06:17 am

Title: Use BlueStacks App Player to debug
Post by: Tuxen 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 (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