Ubuntu SDK IDE(Qt Creator)의 빈 장치 페이지

Ubuntu SDK IDE(Qt Creator)의 빈 장치 페이지

Ubuntu SDK를 다음과 같이 설치했습니다.이 가이드, 하지만 이제 Ubuntu Touch 에뮬레이터를 추가하고 싶지만 IDE의 장치 페이지가 비어 있습니다. 화면 캡처를 참조하세요.

IDE 공백

우분투 14.04 LTS를 사용하고 있습니다

내가 도대체 ​​뭘 잘못하고있는 겁니까?

답변1

나는 정확히 같은 상태에 있습니다 ... 빈 장치 페이지/Ubuntu 14.04.2 LTS. 터미널에서 qtcreator를 시작할 때 오류 추적이 발생했습니다.

file:///usr/share/qtcreator/ubuntu/qml/devicespage.qml:2:1: 모듈 "Ubuntu.Components" 버전 1.0이 설치되지 않았습니다.

이 문제에 대한 티켓이 이미 있는 것 같습니다. https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1419072


~$ qtcreator
    void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "Follow Symbol Under Cursor" under id 187 
    file:///usr/share/qtcreator/ubuntu/qml/devicespage.qml:2:1: module "Ubuntu.Components" version 1.0 is not installed 
         import Ubuntu.Components 1.0
         ^ 
    file:///usr/share/qtcreator/ubuntu/qml/publishpage.qml:2:1: module "Ubuntu.Components" version 1.0 is not installed 
         import Ubuntu.Components 1.0 
         ^ 
    file:///usr/share/qtcreator/welcomescreen/widgets/SessionItem.qml:51: ReferenceError: projectNameText is not defined
    file:///usr/share/qtcreator/welcomescreen/develop.qml:93: ReferenceError: pageCaption is not defined
    file:///usr/share/qtcreator/welcomescreen/widgets/PageLoader.qml:46: TypeError: Cannot read property 'height' of null
    file:///usr/share/qtcreator/welcomescreen/widgets/PageLoader.qml:46: TypeError: Cannot read property 'height' of null
    file:///usr/share/qtcreator/welcomescreen/widgets/PageLoader.qml:46: TypeError: Cannot read property 'height' of null
    "application/x-goproject" 
    "application/x-goproject" 
    No go tool chain set from kit "Desktop".
    No go tool chain set from kit "UbuntuSDK for armhf (GCC ubuntu-sdk-14.10-utopic)".
    No go tool chain set from kit "Desktop".
    No go tool chain set from kit "UbuntuSDK for armhf (GCC ubuntu-sdk-14.10-utopic)".
    file:///usr/share/qtcreator/welcomescreen/widgets/SessionItem.qml:51: ReferenceError: projectNameText is not defined
    file:///usr/share/qtcreator/welcomescreen/develop.qml:93: ReferenceError: pageCaption is not defined
    QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
    load glyph failed err=6 face=0xe8cd00, glyph=2797

관련 정보