merge with qt.git#4.8

Niko Sams niko.sams at gmail.com
Wed Aug 10 07:29:34 UTC 2011


On Tue, Aug 9, 2011 at 19:58, Espen Riskedal <espen at cutehacks.com> wrote:
> On Thu, Jul 7, 2011 at 1:50 PM, Thomas Senyk <thomas.senyk at nokia.com> wrote:
>> Puh!
>
> Good job!
>
>> Finally done with:
>> 1. 4.8 into experimental
>> 2. experimental into experiemental-ro
>> 3. experiemental-ro into experimantal
>> ...
>> This will most likely brake at least something :)
>
> And It might have :P
>
> With the latest experimental my Qt app deploys and launch fine, but it
> just shows a black screen. This is most likely because:
>   W/Qt      (15303): AndroidBitmap_getInfo() failed ! error= -2
>
> Which means that this happened
> (src/plugins/platforms/android/src/native/graphics/jni/bitmap.cpp):
>   int AndroidBitmap_getInfo(...) {
>       ...
>       SkBitmap* bm = GraphicsJNI::getNativeBitmap(env, jbitmap);
>       if (NULL == bm) {
>           return ANDROID_BITMAP_RESULT_JNI_EXCEPTION;
>
> So in other words, we get a NULL SkBitmap? Anyone seen this?
I have the same issue on my Galaxy S II.

Niko


More information about the Necessitas-devel mailing list