recherche

Maison  >  Questions et réponses  >  le corps du texte

android - E/dalvikvm: Could not find class java.nio.file.Path,

安卓项目中要用到jackson库,但是运行时报错
E/dalvikvm: Could not find class 'java.beans.Transient', referenced from method com.fasterxml.jackson.databind.ext.Java7SupportImpl.<init>
E/dalvikvm: Could not find class 'java.nio.file.Path', referenced from method com.fasterxml.jackson.databind.ext.Java7SupportImpl.getClassJavaNioFilePath
W/Java7Support: Unable to load JDK7 types (annotations, java.nio.file.Path): no Java7 support added

stackoverflow上有一个帖子,但是并不明白该怎么处理
http://stackoverflow.com/ques...

伊谢尔伦伊谢尔伦2771 Il y a quelques jours2611

répondre à tous(1)je répondrai

  • ringa_lee

    ringa_lee2017-04-18 09:19:42

    Il veut dire :

    Si ces Warning messages vous dérangent, vous pouvez ajuster le niveau log à ERROR Cela n'affecte pas l'utilisation des fonctions, mais Android ne dispose pas de ces API.

    Ignorez ces proguard journaux dans Warning :

    -dontwarn java.nio.file.**

    répondre
    0
  • Annulerrépondre