Merge branch 'main' of ssh://gitlab.fdmci.hva.nl/propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-4/muupooviixee66

This commit is contained in:
Niels
2024-05-07 11:26:58 +02:00
6 changed files with 185 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

View File

@@ -32,6 +32,10 @@ The option to simulate pepper and the tablet won't work. We have yet to find a s
To create a project you need to follow the steps on the QiSDK website. Here are a few pointers to help you with this step:
- Make sure to select a template that works for you. We recommend using the `Empty Activity` template. This will give you a blank project to start with.
- Make sure to select `Use legacy android.support libraries`. This will make sure that the project will work with the pepper sdk.
![Legacy](../assets/legacySetup.png)
- On step 5 of the guide make sure that the interface looks the following image, if it does not look the same gradle doens't recognize the project as an android project:
![Project structure interface](../assets/interfaceModules.png)