MacOSX Necesstas Alpha 3 SDK testing help needed

mingw android mingw.android at gmail.com
Fri Oct 28 00:00:07 UTC 2011


One minor thing I spotted after installing on a clean VM was that Java
JDK 1.7.0 wasn't in the path. Change your PATH env var (untested) or
edit $installdir/QtCreator/bin/necessitas.bat (tested) to have:

@SET BIN_PATH=%CD%@SET BIN_PATH=%BIN_PATH:\=/%
@SET LD_LIBRARY_PATH=%BIN_PATH%/../Qt/lib;%LD_LIBRARY_PATH%@SET
QT_PLUGIN_PATH=%BIN_PATH%/../Qt/plugins;%QT_PLUGIN_PATH%@SET
QT_IMPORT_PATH=%BIN_PATH%/../Qt/imports;%QT_IMPORT_PATH%@SET
PATH="C:\Program Files\Java\jdk1.7.0\bin";%PATH%start
%BIN_PATH%/qtcreator.exe %*
..and use that to launch Qt Creator.

I managed to build, run and debug a simple armv5 test on the emulator.
I had a lot of trouble with the debugger timing out and adb hangs at
first (though I may have been a bit impatient). If it hangs a lot,
killing any and all adb.exe processes should get things going again
(there's usually two, server and client). The trick for me was to use
MinistroService.apk, run (not debug) the application first, let
ministro download all the libs, exit your app and then debug it.

I've not tried QtQuick or OpenGL or using a real device.
On Thu, Oct 27, 2011 at 11:47 PM, mingw android <mingw.android at gmail.com> wrote:
> Hello,
>
> Here's a link for the windows testing installer. Your feedback is very
> much appreciated!
>
> http://android-lighthouse.googlecode.com/files/necessitas-sdk-installer-testing.exe
>
> Cheers,
>
> Ray.
>
> On Thu, Oct 27, 2011 at 8:43 PM, Maciej Kujalowicz
> <maciej.kujalowicz at trismer.com> wrote:
>> Hi BogDan,
>>
>> So far so good. Installer works correctly.
>>
>> Although the same problem with the maintenance tool:
>>
>> Process:         SDKMaintenanceTool [2037]
>> Path:            /Users/admin/necessitas/SDKMaintenanceTool.app/Contents/MacOS/SDKMaintenanceTool
>> Identifier:      com.yourcompany.installerbase
>> Version:         ??? (???)
>> Code Type:       X86-64 (Native)
>> Parent Process:  launchd [104]
>>
>> Date/Time:       2011-10-27 21:35:14.652 +0200
>> OS Version:      Mac OS X 10.6.8 (10K549)
>> Report Version:  6
>>
>> Interval Since Last Report:          3438582 sec
>> Crashes Since Last Report:           25
>> Per-App Interval Since Last Report:  76292 sec
>> Per-App Crashes Since Last Report:   11
>> Anonymous UUID:                      6EC922D0-D514-450E-B05A-99092F7039D8
>>
>> Exception Type:  EXC_BREAKPOINT (SIGTRAP)
>> Exception Codes: 0x0000000000000002, 0x0000000000000000
>> Crashed Thread:  0
>>
>> Dyld Error Message:
>>  Library not loaded: @executable_path/../Frameworks/libQtCLucene.4.dylib
>>  Referenced from: /Users/admin/necessitas/SDKMaintenanceTool.app/Contents/MacOS/SDKMaintenanceTool
>>  Reason: image not found
>>
>> but with the rest of tools:
>>
>> - Qt creator starts correctly
>> - Hello world project created and compiled correctly
>> - Correctly deploys and runs on the emulator (API 12)
>>
>> tested very basic steps. I didn't have time to play with opengl surface and our QML projects. I will have more time during the weekend.
>>
>> Thanks,
>> Maciej Kujalowicz
>> Trismer Technologies
>> _______________________________________________
>> Necessitas-devel mailing list
>> Necessitas-devel at kde.org
>> https://mail.kde.org/mailman/listinfo/necessitas-devel
>>
>


More information about the Necessitas-devel mailing list