今天在做android项目时,加入第三方包,一编译就报错。
错误如下:
[2012-03-22 18:42:41 - MedicalSystem] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(org.ksoap2.transport.KeepAliveHttpsTransportSE$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
大家可以看到debug.keystore的日期是 2011-03-20,而今天是2012-03-22日,果然如网上所说,超过了一年,debug证书过期了。
于是我删掉这个文件,重新编译运行,果然没问题了,而此时 该目录又重新生成了debug.keystore,日期是今天。
这个问题已经困扰我两天了,终于解决了。
分享到:
相关推荐
在Android开发过程中,有时会遇到导入项目时出现错误警告,比如"Ignoring InnerClasses attribute for an anonymous inner class"。这个问题并不会阻止项目在Windows系统上运行,但可能会导致在其他平台如OS X上无法...
2. `[ERROR] [1584194344.911110119]: Ignoring transform for child_frame_id “left_wheel_link” from authority “unknown_publisher” because of an invalid quaternion in the transform (-nan -nan -nan -...
For overlapping community detection usually only considering the topology information of nodes,ignoring the node attribute information,causing the problem of missing important data structures,this ...
Jun 08 00:02:46 localhost.localdomain firewalld[854]: WARNING: beyond-scope: INVALID_ICMPTYPE: No supported ICMP type., ignoring for run-time. Jun 08 00:02:46 localhost.localdomain firewalld[854]: ...
We present a unified framework for the study of linear time-invariant (LTI) systems subject to control input nonlinearities. The framework is based on the following two-step design paradigm: UDesign ...
"Linux中chroot的使用" Linux 操作系统中,chroot 是一个非常重要的命令,用于改变当前的根目录,以限制某些进程或用户的访问权限。今天,我们将详细介绍 Linux 中 chroot 的使用,包括其原理、应用场景和实践步骤...
- Ignoring certain methods or classes to minimize the impact on the application being profiled. **Remote Profiling (A.1.5)** Remote profiling enables profiling applications running on remote ...
信息安全_数据安全_The_Advantage_of_Ignoring_the_Lo web安全 安全实践 金融安全 安全管理 安全开发
The Library contains components and classes for Borland Delphi versions 7, 9, Developer Studio 2006, Delphi 2007, Embarcadero RAD Studio 2009-XE8, Lazarus. TABLE OF CONTENTS ----------------- ...
New ZLib methods for optimized compression and decompression of single entities of data in standard ZLib format, without the overhead of the PKZip format. This is excellent for compression of data to ...
Previous work focused on the estimation of the average avail-bw, ignoring the significant variability of this metric in different time scales. In this paper, we show how to estimate a given ...
本仓库本着开源的原则共享资源,包括PHP基础教学视频,基础算法,前端等各类资料无偿分享,大家一起学习进步。
Spire.Doc for Java 是一款专业的 Java Word 组件,开发人员使用它可以轻松地将 Word 文档创建、读取、编辑、转换和打印等功能集成到自己的 Java 应用程序中。作为一款完全独立的组件,Spire.Doc for Java 的运行...
Code examples for saving a workbook, including options for saving as a new file or updating an existing one. **Select an Active Workbook with Code (Page 25)** Instructions on selecting an active ...
安装 npm install ignoring用法该工具使用起来非常简单。 您可以使用ignoring或gitignore 。 对于这些示例,我将使用gitignore 。创建一个gitignore 在当前目录中创建.gitignore文件 $ gitignore create创建全局...
2. **向通知中心添加匿名观察者(Adding an Anonymous Observer to a Notification Center)** - 这个知识点涉及如何监听事件通知,而不需要将观察者与特定的对象关联。这适用于实现松耦合的设计模式,比如在没有...
The Library contains components and classes for Borland Delphi versions 7, 9, Developer Studio 2006, Delphi 2007, Embarcadero RAD Studio 2009-XE10.2, Lazarus. TABLE OF CONTENTS ----------------- ...
Go语言的包管理工具在Go 1.11版本中发生了重大变化,引入了Go Modules,这是一项旨在解决旧版Go中的包管理问题的重要更新。在此之前,开发者通常使用govendor和glide等第三方工具来管理依赖,但这些工具在处理如网络...