Giter Site home page Giter Site logo

Comments (3)

jofri-msft avatar jofri-msft commented on September 25, 2024

Hi @AdarshanaBlr , what version of Android are you using? Can you verify that you have all necessary jars? http://www.findjar.com/index.x

from azure-storage-android.

AdarshanaBlr avatar AdarshanaBlr commented on September 25, 2024

Currently I'm using Android Studio 2.3.3. built June 6th 2017. JRE 1.8.0_112
android {
compileSdkVersion 26
buildToolsVersion "25.0.3"
...
}
As you indicated, looks like the javax.xml.stream.* jar files don't exist. Thus the first call itself fails. CloudStorageAccount storageAccount = CloudStorageAccount.parse(connectionString);

Runtime error....
java.lang.NoClassDefFoundError: Failed resolution of: Ljavax/xml/stream/XMLOutputFactory;
at com.microsoft.azure.storage.core.Utility.(Utility.java:120)
at com.microsoft.azure.storage.core.Utility.parseAccountString(Utility.java:685)
at com.microsoft.azure.storage.CloudStorageAccount.parse(CloudStorageAccount.java:239)
at
Caused by: java.lang.ClassNotFoundException: Didn't find class "javax.xml.stream.XMLOutputFactory" on

from azure-storage-android.

numankaraaslan avatar numankaraaslan commented on September 25, 2024

try importing this:

https://mvnrepository.com/artifact/javax.xml.stream/stax-api/1.0-2

from azure-storage-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.