Android dexed lib is empty

I am using VkontakteSDK-lib, and that was (!) OK. The project is imported into the workspace (Eclipse) and included in my project. But now at startup, this lib is 166 bytes in dexedLibs (only META-INF inside). And, of course, in my journal:

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

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

What could it be?

Solved

I removed the jar lib directly, deleted the workspace lib from the project, cleaned my project, manually deleted the dexed lib from the "dexedLibs" this jar (166 bytes) and imported the lib project again and included it in my project. And again, this is happiness.

0
source share
1 answer

Solved

I removed the jar lib directly, deleted the workspace lib from the project, cleaned my project, manually deleted the dexed lib from the "dexedLibs" this jar (166 bytes) and imported the lib project again and included it in my project. And again, this is happiness.

0
source

All Articles