Can't Build Signed Application, Only Unsigned Works, failed to convert to dalvik format

邮差的信 提交于 2019-12-12 05:49:09

问题


Please read all before deleting or voting down, thanks :)

I have an app that uses:

1-ActionBarSherlock
2-ViewPaerIndicator
3-PullToRefresh

When I try to build a signed version of it, fails with 'Failed to convert to dalvik format'

the problem is that I have no errors, nor lint warning

can anybody help with how to debug it or how to solve this,

I've followed many answers in here but nothing really helped,

The only common thing in the above dependencies that I know; is the support library, which I made sure that it's the same version in both ViewPagerIndicator and ABS, I tried to remove it from any of the 2 dependencies but the build failed, even for the unsigned version.

Update:

Update I found a solution for this, I removed the Support Lib. v13 and replaced it with V4 in all occurrences and it worked.

Although I found some answer that said don't use v13 and v4 together, but this wasn't my case I was only using v.13


回答1:


Update I found a solution for this, I removed the Support Lib. V13 and replaced it with V4 in all occurrences and it worked.



来源:https://stackoverflow.com/questions/15188822/cant-build-signed-application-only-unsigned-works-failed-to-convert-to-dalvik

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!