REPRODUCIBILITY: 100%
OS VERSION: 4.5.0.16 EA
HARDWARE: Xperia 10 II
UI LANGUAGE: English
REGRESSION: Yes
DESCRIPTION:
Building my project was not a problem under the previous SDK release, the import statement for contextkit was underlined, but all aspects of the kit worked and gave desired readings; temp, voltage, etc
The latest EA 4.5.0.16 for SDK does not recognise “import org.freedesktop.contextkit 1.0” and the emulator displays a white window with the following errors:
[I] unknown:0 - QmlLive Bench connected
[W] unknown:7 - file:///usr/share/harbour-bmw-e46/qml/harbour-bmw-e46.qml:7:30: Type FirstPage
unavailable
initialPage: Component { FirstPage { } }
^
[W] unknown:11 - file:///usr/share/harbour-bmw-e46/qml/pages/FirstPage.qml:11:1: module
"org.freedesktop.contextkit" is not installed
import org.freedesktop.contextkit 1.0
^
[D] unknown:0 - activate document: "qml/harbour-bmw-e46.qml"
I have run qmake and cleaned the project several times, even hashing out all things related to contextkit but still I am left with a white screen on emulator.
However, the same project displays and works correctly on my Xperia 10 II, all aspects of context kit are working and to add; the import statement for contextkit is no longer underlined in red. So I assume the problem is with SDK.
PRECONDITIONS:
Have a project that uses “import org.freedesktop.contextkit 1.0”
STEPS TO REPRODUCE:
Build your project!
EXPECTED RESULT:
Project should build and display correctly in emulator
ACTUAL RESULT:
Emulator shows a white background with errors given in console
MODIFICATIONS:
None