Android的dexed LIB是空的Android、dexed、LIB

2023-09-07 03:29:13 作者:心在流浪

我用VkontakteSDK-lib和它(!)OK。它是在工作区中导入(Eclipse中),并包括在我的项目的项目。但是,现在在启动此lib中有大小166个字节dexedLibs(仅META-INF中)。当然,我在日志中:

I use VkontakteSDK-lib and it was(!) ok. It is project imported in workspace(Eclipse) and included in my project. But now on launching this lib has size 166 bytes in dexedLibs (only META-INF inside). And of course i have in log:

  Could not find class 'com.perm.kate.api.Api' referenced from method com.<my_package_path>.VKController.<init>

我试图复制从LIB / bin和包括她在我的项目直接(大小= 86.6kb),但它仍然以调整为166个字节斌/ dexedLibs文件夹...

I tried copy lib from /bin and include her in my project directly (size = 86.6kb), but it still to resize to 166 bytes on bin/dexedLibs folder...

由于它可能是什么样的?

Because of what it could be?

解决

我直接删除的jar lib中,从工作区的lib项目中删除,清除我的项目,手动删除dexedLibsdexed LIB这个瓶子(166字节),并再次导入库项目,并在自己的项目。这又是幸福的。

I deleted directly jar lib, removed from workspace lib project,clear my project, manually delete dexed lib from "dexedLibs" this jar (166 bytes) and again import lib project and include in my project. Again it is happiness.

推荐答案

解决

我直接删除的jar lib中,从工作区的lib项目中删除,清除我的项目,手动删除dexedLibsdexed LIB这个瓶子(166字节),并再次导入库项目,并在自己的项目。这又是幸福的。

I deleted directly jar lib, removed from workspace lib project,clear my project, manually delete dexed lib from "dexedLibs" this jar (166 bytes) and again import lib project and include in my project. Again it is happiness.