I'm taking a picture and then I want to send it to the azure storage however in the following line of code:
CloudStorageAccount account = CloudStorageAccount.parse(storageConnectionString);
I get the following error: java.lang.NoClassDefFoundError: Failed resolution of: Ljavax / xml / stream / XMLOutputFactory;
Has anyone ever had this error or knows how to fix it? I'm trying to do this on Android in Android Studio.