0
I’m taking a photo 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 mistake or know how to fix it? I’m trying to do this on Android in Android Studio.
You can mark your answer as the ideal answer. :)
– Thiago Lunardi
I can only do it tomorrow because apparently I don’t have enough score. But thanks, then I will
– HideCode