diff --git a/docs/documentation/android/androidStudio.md b/docs/documentation/android/androidStudio.md index 1afe60b..02998c9 100644 --- a/docs/documentation/android/androidStudio.md +++ b/docs/documentation/android/androidStudio.md @@ -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