microsoftconnect / Taskr-Sample-Intune-Android-App

Taskr is a simple, open source, Android app designed to let you test out the capabilities of the Microsoft Intune APP SDK.
MIT License
21 stars 18 forks source link

[Build Issue] Unsupported Java and Gradle Versions #43

Open AmitShilo4 opened 6 months ago

AmitShilo4 commented 6 months ago

Hello,

I'm experiencing an issue when attempting to build app using Android Studio. I think my current environment is not compatible with the project, leading to a build failure. The specific error I'm encountering is related to the Java and Gradle versions:

This is the compilation error i get:

image

Environment Details: Java Version: 17.0.9 Gradle Version: 6.2 Android Studio Version: Android Studio Iguana | 2023.2.1 Patch 1 (Runtime version: 17.0.9+0-17.0.9b1087.7-11185874 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.)

Attempted Solutions:

Is anyone is familiar with this problem and to seek advice on the specific versions of Java, Gradle, and Android Studio that I need to use to successfully build the project. Any guidance or recommendations on resolving this issue would be greatly appreciated.