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!
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!
To make it work for debugging just type
At a command prompt when BlueStacks is running.
You can now use it for debugging your Android apps in Eclipse just like the emulator.
Hope someone find it as usefull as i do.
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!
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!
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.
Hope someone find it as usefull as i do.