小xiaoc
小xiaoc
  • 发布:2016-03-30 14:42
  • 更新:2016-04-01 12:18
  • 阅读:1229

用Hbulid在云端打包报错,大神们帮帮忙!

分类:HBuilder
报错详细如下  
安装包制作开始  

cd 安装包制作目录[BASE] && ant  
Buildfile: 安装包制作目录build.xml  

Copy_Ressource:  
     [echo] Copy app resource.   
     [echo]           
     [echo] assets  
     [echo]           

init:  
     [echo] Init output directory.....  
     [echo]           

dirs:  
     [echo]   
     [echo]             Creating output directories if needed...  
     [echo]           
    [mkdir] Created dir: 安装包制作目录bin/classes  

resource-src:  
     [echo]   
     [echo]             Generating R.java / Manifest.java from the resources...  
     [echo]           
     [echo]   
     [echo]             outdir-r path: src  
     [echo]           
     [echo]   
     [echo]             aapt path: SDK目录build-tools/android-4.4/aapt  
     [echo]           

aidl:  
     [echo]   
     [echo]             Compiling aidl files into Java classes...  
     [echo]           

compile:  
     [echo]   
     [echo]             outdir-classes = bin/classes  
     [echo]              android-jar = SDK目录platforms/android-19/android.jar  
     [echo]              external = libs  
     [echo]           
    [javac] 安装包制作目录build.xml:185: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds  
    [javac] Compiling 2 source files to 安装包制作目录bin/classes  

dex:  
     [echo]   
     [echo]             Converting compiled files and external libraries into bin/classes.dex...  
     [echo]           
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.a) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.b) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.c) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.e.s) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.e.t) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.e.u) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.e.x) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.e.g) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.e.j) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.e.q) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.e.r) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.e.v) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.c.f) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.c.g) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.c.c) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.c.e) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.c.i) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.c.r) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.c.l) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.c.m) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.c.n) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.c.o) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.c.p) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.h.i) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.b.p) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.b.q) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.b.r) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.b.s) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.b.t) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.b.u) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.location.b.v) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.mapapi.b) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.mapapi.cloud.a) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.mapapi.map.a) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.mapapi.map.b) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.mapapi.map.c) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.mapapi.map.e) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.mapapi.map.f) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.mapapi.map.g) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.mapapi.map.h) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.mapapi.map.offline.a) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.mapapi.utils.d) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.mapapi.utils.f) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.mapapi.utils.e) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.platform.comapi.map.g) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.platform.comapi.map.r) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.platform.comapi.c.e) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.platform.comjni.tools.b) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.vi.a) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.lbsapi.auth.d) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.lbsapi.auth.e) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.lbsapi.auth.g) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.lbsapi.auth.h) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.lbsapi.auth.i) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.lbsapi.auth.j) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.lbsapi.auth.k) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.baidu.lbsapi.auth.l) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.msc.c.b) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.msc.c.d) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.msc.c.e) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.a.d) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.speech.d) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.speech.e) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.speech.h) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.speech.i) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.ui.b) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.ui.n) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.ui.p) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.ui.l) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.ui.m) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.ui.k) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.ui.y) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.ui.z) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.iflytek.ui.s) that doesn't come with an  
    [apply] associated EnclosingMethod attribute. This class was probably produced by a  
    [apply] compiler that did not target the modern .class file format. The recommended  
    [apply] solution is to recompile the class from source, using an up-to-date compiler  
    [apply] and without specifying any "-target" type options. The consequence of ignoring  
    [apply] this warning is that reflective operations on this class will incorrectly  
    [apply] indicate that it is *not* an inner class.  

package-res:  

package-res-and-assets:  
     [echo]   
     [echo]             Packaging resources and assets...  
     [echo]           
     [exec] libpng error: Not a PNG file  
     [exec] ERROR: Failure processing PNG image res/drawable-hdpi/splash.png  
     [exec] libpng error: Not a PNG file  
     [exec] ERROR: Failure processing PNG image res/drawable-mdpi/splash.png  
     [exec] libpng error: Not a PNG file  
     [exec] ERROR: Failure processing PNG image res/drawable-xhdpi/splash.png  
     [exec] libpng error: Not a PNG file  
     [exec] ERROR: Failure processing PNG image res/drawable-xxhdpi/splash.png  
     [exec] libpng error: Not a PNG file  
     [exec] ERROR: Failure processing PNG image res/drawable-ldpi/splash.png  
     [exec] res/layout/dcloud_dialog.xml:3: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/dcloud_dialog_shape_bg').  
     [exec] res/layout/dcloud_dialog.xml:12: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/dcloud_dialog_shape').  
     [exec] res/layout/dcloud_loadingview.xml:2: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/longding_bg').  
     [exec] res/layout/dcloud_loadingview.xml:9: error: Error: No resource found that matches the given name (at 'indeterminateDrawable' with value '@drawable/dcloud_snow_black_progress').  
     [exec] res/layout/dcloud_streamapp_head.xml:41: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/dcloud_streamapp_qr').  
     [exec] res/layout/dcloud_streamapp_list_item.xml:8: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/list_itme_selector').  
     [exec] res/layout/dcloud_streamapp_rclayout.xml:14: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/dcloud_streamapp_scan_back').  
     [exec] res/layout/dcloud_streamapp_swipe_item.xml:51: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/list_itme_selector').  
     [exec] res/layout/dcloud_streamapp_tab_layout.xml:13: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/tab_but_corners').  
     [exec] res/layout/dcloud_streamapp_tab_layout.xml:31: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/tab_right_but_corners').  
     [exec] res/layout/dcloud_view_splash.xml:15: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/icon').  
     [exec] res/layout/dcloud_view_splash.xml:49: error: Error: No resource found that matches the given name (at 'indeterminateDrawable' with value '@drawable/dcloud_snow_black_progress').  
     [exec] res/layout/image_pick_gallery.xml:25: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/image_pick_title_sel').  
     [exec] res/layout/image_pick_gallery.xml:63: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/image_pick_no_media').  
     [exec] res/layout/image_pick_gallery_item.xml:13: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/image_pick_no_media').  
     [exec] res/layout/image_pick_gallery_item.xml:21: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/image_pick_mask').  
     [exec] res/layout/loadingview.xml:2: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/longding_bg').  
     [exec] res/layout/loadingview.xml:9: error: Error: No resource found that matches the given name (at 'indeterminateDrawable' with value '@drawable/dcloud_snow_black_progress').  
     [exec] res/layout/snow_black_progress.xml:8: error: Error: No resource found that matches the given name (at 'indeterminateDrawable' with value '@drawable/dcloud_snow_black_progress').  
     [exec] res/layout/snow_white_progress.xml:8: error: Error: No resource found that matches the given name (at 'indeterminateDrawable' with value '@drawable/dcloud_snow_white_progress').  
     [exec] res/layout/stream_running_progress.xml:8: error: Error: No resource found that matches the given name (at 'indeterminateDrawable' with value '@drawable/stream_running_progress').  
     [exec] res/drawable-hdpi/dcloud_snow_black_progress.xml:2: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/snow_black').  
     [exec] res/drawable-hdpi/dcloud_snow_white_progress.xml:2: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/snow_white').  
     [exec] res/drawable/slt_as_ios7_cancel_bt.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/actionsheet_single_pressed').  
     [exec] res/drawable/slt_as_ios7_cancel_bt.xml:5: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/actionsheet_single_normal').  
     [exec] res/drawable/slt_as_ios7_other_bt_bottom.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/actionsheet_bottom_pressed').  
     [exec] res/drawable/slt_as_ios7_other_bt_bottom.xml:5: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/actionsheet_bottom_normal').  
     [exec] res/drawable/slt_as_ios7_other_bt_middle.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/actionsheet_middle_pressed').  
     [exec] res/drawable/slt_as_ios7_other_bt_middle.xml:5: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/actionsheet_middle_normal').  
     [exec] res/drawable/slt_as_ios7_other_bt_single.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/actionsheet_single_pressed').  
     [exec] res/drawable/slt_as_ios7_other_bt_single.xml:5: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/actionsheet_single_normal').  
     [exec] res/drawable/slt_as_ios7_other_bt_title.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/actionsheet_top_normal').  
     [exec] res/drawable/slt_as_ios7_other_bt_title.xml:5: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/actionsheet_top_normal').  
     [exec] res/drawable/slt_as_ios7_other_bt_top.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/actionsheet_top_pressed').  
     [exec] res/drawable/slt_as_ios7_other_bt_top.xml:5: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/actionsheet_top_normal').  
     [exec] res/drawable-hdpi/snow_black_progress.xml:2: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/snow_black').  
     [exec] res/drawable-hdpi/snow_white_progress.xml:2: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/snow_white').  
     [exec] res/drawable-hdpi/stream_running_progress.xml:2: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/stream_running').  

BUILD FAILED  
安装包制作目录build.xml:250: The following error occurred while executing this line:  
安装包制作目录build.xml:208: exec returned: 1  

Total time: 17 seconds  
2016-03-30 14:42 负责人:无 分享
已邀请:
BoredApe

BoredApe - 有问题就会有答案。

该问题目前已经被锁定, 无法添加新回复