Giter Site home page Giter Site logo

cordova-multidex's People

Contributors

fayneperera avatar jwall149 avatar luistjap avatar sbesselsen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cordova-multidex's Issues

Need Gradlle ~2.14

Hi, by default my cordova (6.0.0) uses Gradle 2.2.1 and I don't know why but your plugin does not totally work with this version.
I say totally, because the attribute in the manifest is written but my app crash with this error:

W/dalvikvm: Link of class 'Lorg/xwalk/core/internal/XWalkPresentationHost;' failed
W/System.err: java.lang.NoClassDefFoundError: org/xwalk/core/internal/XWalkPresentationHost
W/System.err:     at java.lang.Runtime.nativeLoad(Native Method)
W/System.err:     at java.lang.Runtime.loadLibrary(Runtime.java:368)
W/System.err:     at java.lang.System.loadLibrary(System.java:535)
W/System.err:     at org.xwalk.core.internal.XWalkViewDelegate.loadXWalkLibrary(XWalkViewDelegate.java:134)
W/System.err:     at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err:     at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err:     at org.xwalk.core.ReflectMethod.invoke(ReflectMethod.java:61)
W/System.err:     at org.xwalk.core.XWalkCoreWrapper.checkCoreArchitecture(XWalkCoreWrapper.java:360)
W/System.err:     at org.xwalk.core.XWalkCoreWrapper.findEmbeddedCore(XWalkCoreWrapper.java:258)
W/System.err:     at org.xwalk.core.XWalkCoreWrapper.attachXWalkCore(XWalkCoreWrapper.java:172)
W/System.err:     at org.xwalk.core.XWalkLibraryLoader$ActivateTask.doInBackground(XWalkLibraryLoader.java:337)
W/System.err:     at org.xwalk.core.XWalkLibraryLoader$ActivateTask.doInBackground(XWalkLibraryLoader.java:317)
W/System.err:     at android.os.AsyncTask$2.call(AsyncTask.java:287)
W/System.err:     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
W/System.err:     at java.util.concurrent.FutureTask.run(FutureTask.java:137)
W/System.err:     at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
W/System.err:     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
W/System.err:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
W/System.err:     at java.lang.Thread.run(Thread.java:856)
W/System.err: Caused by: java.lang.ClassNotFoundException: org.xwalk.core.internal.XWalkPresentationHost
W/System.err:     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
W/System.err:   ... 19 more

Workarounds:

  • keep Gradle 2.2.1 an set the Multidex by hand in the build.gradle, all is fine.
  • bump Gradle to 2.14.1 (I don't tested other version, but maybe 2.13 could also work)

Your plugin is very useful for folk who don't want to dive into android studio and build nightmare (eg. Meteor, Ionic, etc...)

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.