Skip to content

com.microsoft.windowsazure.services.core.storage.utils.Utility class throws VerifyError #425

Description

@padjiwib-zz

I tried to create a client for azure blob storage on my android project.

CloudStorageAccount storageAccount = CloudStorageAccount.parse(GlobalClassHelper.storageConnectionString);

or

StorageCredentials cred = StorageCredentials.tryParseCredentials(GlobalClassHelper.storageConnectionString);

Both failed due to Utility class threw VerifyError. It gave the same error when I tried to do:

Utility.assertNotNull("test", "test");

Is it because the Utility class has these javax references?
import javax.xml.stream.XMLInputFactory;
import javax.xml.stream.XMLStreamConstants;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.XMLStreamReader;

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions