Android Application Source Code

Hi Patrick,

Have you tried to discard the gradle update when building with android studio ?

I’ve just updated the latest version of android studio and compiled the project successfully.

During compilation, there will be some initial failure due to missing libraries :

  • Android SDK Platform 24 (platforms;android-24)
  • Android SDK Build-Tools 26.0.2 (build-tools;26.0.2)

I’ve installed those packages and then android studio asks if we want to update gradlle to the latest version. If you refuse, the compilation should continue and be succesful.

Let me know how it goes,
Thanks you,
Regards
Yves