帝普一世
帝普一世
  • 发布:2016-05-07 20:13
  • 更新:2018-08-11 10:17
  • 阅读:2682

使用自己的安卓证书打包APP失败的问题求解

分类:HBuilder

APP在集成微信支付的时候,各种坑,最后想用自己生成的证书。
生成证书(2密码一样的,都是123456)后,打包时选择 使用自有证书,

打包错误详情:

安装包制作开始  

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 4 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.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.  
    [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class  
    [apply] (com.alipay.sdk.app.H5AuthActivity$1) 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.alipay.sdk.app.H5AuthActivity$10) 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.alipay.sdk.app.H5AuthActivity$11) 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.alipay.sdk.app.H5AuthActivity$2) 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.alipay.sdk.app.H5AuthActivity$3) 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.alipay.sdk.app.H5AuthActivity$4) 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.alipay.sdk.app.H5AuthActivity$5) 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.alipay.sdk.app.H5AuthActivity$6$1) 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.alipay.sdk.app.H5AuthActivity$6) 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.alipay.sdk.app.H5AuthActivity$7) 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.alipay.sdk.app.H5AuthActivity$8) 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.alipay.sdk.app.H5AuthActivity$9) 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.alipay.sdk.app.H5AuthActivity$MyWebViewClient$1$1) 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.alipay.sdk.app.H5AuthActivity$MyWebViewClient$1$2) 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.alipay.sdk.app.H5AuthActivity$MyWebViewClient$1) 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.alipay.sdk.app.H5AuthActivity$MyWebViewClient$2) 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.alipay.sdk.app.H5PayActivity$1) 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.alipay.sdk.app.H5PayActivity$MyWebChromeClient$1) 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.alipay.sdk.app.H5PayActivity$MyWebChromeClient$2) 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.alipay.sdk.app.H5PayActivity$MyWebChromeClient$3) 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.alipay.sdk.app.H5PayActivity$MyWebChromeClient$4) 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.alipay.sdk.app.H5PayActivity$MyWebChromeClient$5) 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.alipay.sdk.app.H5PayActivity$MyWebChromeClient$6) 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.alipay.sdk.app.H5PayActivity$MyWebViewClient$1$1) 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.alipay.sdk.app.H5PayActivity$MyWebViewClient$1$2) 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.alipay.sdk.app.H5PayActivity$MyWebViewClient$1) 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.alipay.sdk.app.H5PayActivity$MyWebViewClient$2) 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.alipay.sdk.app.PayTask$1$1) 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.alipay.sdk.app.PayTask$1$2) 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.alipay.sdk.app.PayTask$1) 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.alipay.sdk.app.PayTask$2) 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.alipay.sdk.app.PayTask$3) 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.alipay.sdk.app.PayTask$4$1) 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.alipay.sdk.app.PayTask$4$2) 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.alipay.sdk.app.PayTask$4) 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.alipay.sdk.app.PayTask$5$1) 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.alipay.sdk.app.PayTask$5) 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.alipay.sdk.app.PayTask$6$1) 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.alipay.sdk.app.PayTask$6$2) 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.alipay.sdk.app.PayTask$6) 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.alipay.sdk.auth.AuthActivity$1) 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.alipay.sdk.auth.AuthActivity$10) 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.alipay.sdk.auth.AuthActivity$11) 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.alipay.sdk.auth.AuthActivity$2) 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.alipay.sdk.auth.AuthActivity$3) 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.alipay.sdk.auth.AuthActivity$4) 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.alipay.sdk.auth.AuthActivity$5) 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.alipay.sdk.auth.AuthActivity$6$1) 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.alipay.sdk.auth.AuthActivity$6) 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.alipay.sdk.auth.AuthActivity$7) 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.alipay.sdk.auth.AuthActivity$8) 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.alipay.sdk.auth.AuthActivity$9) 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.alipay.sdk.auth.AuthActivity$MyWebViewClient$1$1) 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.alipay.sdk.auth.AuthActivity$MyWebViewClient$1$2) 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.alipay.sdk.auth.AuthActivity$MyWebViewClient$1) 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.alipay.sdk.authjs.JsBridge$1) 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.alipay.sdk.authjs.JsBridge$2) 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.alipay.sdk.util.FileDownloader$1) 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.alipay.sdk.util.PayHelper$1) 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.alipay.sdk.util.PayHelper$2) 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.alipay.sdk.widget.Loading$1) 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.alipay.sdk.widget.Loading$2) 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.alipay.sdk.widget.SystemDefaultDialog$1) 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.tencent.mm.sdk.b.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.  

package-res:  

package-res-and-assets:  
     [echo]   
     [echo]             Packaging resources and assets...  
     [echo]           

release:  
     [echo]   
     [echo]             Packaging bin/MKey3G-unsigned.apk for release...  
     [echo]           
     [echo]   
     [echo]             安装包制作目录bin/MKey3G-unsigned.apk  
     [echo]           
     [echo]   
     [echo]             安装包制作目录bin/MSC_Android.ap_  
     [echo]           
     [echo]   
     [echo]             安装包制作目录bin/classes.dex  
     [echo]           
     [echo]   
     [echo]             安装包制作目录libs  
     [echo]           
     [exec]   
     [exec] THIS TOOL IS DEPRECATED. See --help for more information.  
     [exec]   
     [echo]   
     [echo]             It will need to be signed with jarsigner before being published.  
     [echo]           

jarsigner:  
     [echo] lalalal  
     [echo] 安装包制作目录bin/MSC_Android-signed-t.apk  
     [echo] 安装包制作目录bin/MKey3G-unsigned.apk  
     [echo] ./google-keystore.keystore  
     [echo] 汇优精品  
  [signjar] Signing JAR: 安装包制作目录bin/MKey3G-unsigned.apk to 安装包制作目录bin/MSC_Android-signed-t.apk as 汇优精品  
  [signjar] jarsigner: Certificate chain not found for: 汇优精品.  汇优精品 must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain.  

BUILD FAILED  
安装包制作目录build.xml:359: jarsigner returned: 1  

Total time: 25 seconds
2016-05-07 20:13 负责人:无 分享
已邀请:
無語

無語 - mui交流Q群:453093824

把原因放到txt,去加Q:26156427(官方人员)去询问一下。(交流Q群:453093824)

l***@vip.qq.com

l***@vip.qq.com - 90IT男

解决了吗

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