Azure-Samples / active-directory-b2c-xamarin-native

This is a simple Xamarin Forms app showcasing how to use MSAL to authenticate users via Azure Active Directory B2C, and access a Web API with the resulting tokens.
http://aka.ms/aadb2c
MIT License
111 stars 65 forks source link

Running the Android Project results in exception #160

Closed stemoor closed 3 years ago

stemoor commented 3 years ago

Hi,

I cloned the repo and tried running the android project without any modifications to the code. However, I get the following error: image Any ideas?

jmprieur commented 3 years ago

Did you clone the repo in a folder close to the root of your hard drive, @stemoor ? this might be due to windows path length limit?

stemoor commented 3 years ago

No I did not. I fixed it to be in C: and it worked. Thanks!!