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

Code is not building in Android studio #9

Closed mohit1993 closed 3 years ago

mohit1993 commented 3 years ago

Getting this error while build apk:

C:\Users\Administrator\InTune\Taskr-Sample-Intune-Android-App\app\src\main\java\com\microsoft\intune\samples\taskr\authentication\AuthManager.java:18: error: cannot find symbol import com.microsoft.aad.adal.AuthenticationCallback; ^ symbol: class AuthenticationCallback location: package com.microsoft.aad.adal

meghandaly commented 3 years ago

@mohit1993 Thank you for bringing this to our attention. ADAL authentication files that should have been removed were missed in the 2.0 update. This has been corrected.