Added issues

This commit is contained in:
2024-04-24 12:28:34 +02:00
parent e3fc105e7c
commit 9f891d41c6

View File

@@ -21,6 +21,13 @@ If you want to use a certain permission in your app you need to add the permissi
[This](https://gist.githubusercontent.com/Arinerron/1bcaadc7b1cbeae77de0263f4e15156f/raw/6c577d9f425340a7dcd1ec5efc7a12c054d6623f/xml_permissions.txt) is a list of all the permissions you can use.
## Issues with setting up android studio
We had some issues with setting up android studio. Here is a list of problem.
* Gradle not building the application
* This was fixed for some by wiping their entire gradle folder and then rebuilding the folder.
* Peppersdk not working on the current version of android studio
* This was fixed by downgrading the version of android studio to 3.4.2
## Sources