I had some issues with development on Windows 7 64-bit too, this is why I changed to linux. The biggest issue I had was with ADB, which could cause freezes in QtCreator. Now the problem you describe doesn't fit exactly the problem I had. But maybe killing ADB and restarting it before starting a debug session might help.
yah... even I had freezes; am using windows-7 64-bit.On Wed, Aug 1, 2012 at 10:14 PM, paulus <paul....@gmail.com> wrote:I had some issues with development on Windows 7 64-bit too, this is why I changed to linux. The biggest issue I had was with ADB, which could cause freezes in QtCreator. Now the problem you describe doesn't fit exactly the problem I had. But maybe killing ADB and restarting it before starting a debug session might help.
however, development experience on Mac OS X Lion is much better... and faster too when installing apk.
On Windows: Often it helps to open task-manager-- and kill all instances of adb-->but in general UX on windows is not as good as should be.
This bug sounds like an adb issue that we've seen on all platforms
(but probably worse on Windows). Killing adb (usually there are two
adb processes) does the trick, generally. Also, devices work better
than emulators. Another trick is to launch the emulator well before
you want to use it.
As for having a 64bit Linux laptop, you should be able to install the
32bit runtime libs so you can run 32bit Necessitas. Lastly I did
manage to build 64bit Linux Qt Creator if you want to go down that
route.
On Wed, Aug 1, 2012 at 4:18 PM, Ray Donnelly <mingw....@gmail.com> wrote:This bug sounds like an adb issue that we've seen on all platforms
(but probably worse on Windows). Killing adb (usually there are two
adb processes) does the trick, generally. Also, devices work better
than emulators. Another trick is to launch the emulator well before
you want to use it.Thanks for the info - I'm purely using my device for testing/debugging - a Motorola Droid 4 phone from Verizon with the stock/default ROM. I'll try killing adb tonight.
Iirc I did run it as root last time...but ill try that again and report back...
There is only arm 5 and arm 7a in the build options..is that what you're refering to? Or do I need to up a ver setting somewhere else...?