Qt Creator ManualTests Android: Difference between revisions
Jump to navigation
Jump to search
Henri Vikki (talk | contribs) (Table) |
(Updated Qt version detection) |
||
Line 21: | Line 21: | ||
| | | | ||
|- | |- | ||
| In "Tools" -> "Options…"-> "Build & Run" -> "Qt Versions", set up a qmake from a Qt for Android. | | | ||
# In "Tools" -> "Options…"-> "Build & Run" -> "Qt Versions", set up a qmake from a Qt for Android. | |||
# Click "Apply". | |||
# In "Tools" -> "Options…"-> "Build & Run" -> "Kits", verify that Creator added an auto-detected kit named "Android for ..." | |||
| | | | ||
| | | |
Revision as of 13:45, 7 April 2015
You will need the tools listed here.
Test | Result | Annotation |
---|---|---|
If you installed Creator as part of a Qt SDK, does Creator correctly detect the kits installed with itself?
|
||
|
||
Can Creator compile an application using an Android kit? | ||
Can Creator run an application on an Android device? | ||
Do the previous tasks work for Qt GUI Applications and Qt Quick Applications? | ||
While an application is running on an Android device, quit the application on the device. Does Creator notice this and reflect the changed state? | ||
While an application is running on an Android device, click the "Stop" icon in the "Application Output" view. Does Creator terminate the application on the device? | ||
Can Creator debug an application on an Android device? | ||
Set a breakpoint before debugging an application on an Android device. Does the execution of the program stop at the breakpoint? | ||
Set a breakpoint while debugging an application on an Android device. Does the execution of the program stop at the breakpoint? | ||
Do the previous tasks work for breakpoints in C++ code as well as in QML code? | ||
When stopped at a breakpoint, does Creator show valid data for Locals and Expressions? | ||
When stopped at a breakpoint, does Creator show a valid stacktrace? | ||
Does the Application Output View show qDebug output from an Android device in red? Does this work when running an application as well as when debugging? | ||
Does the Debugger Log View show qDebug output from an Android device when debugging? | ||
Does Creator handle disconnecting properly? Disconnect the Android device while:
|