Monday 28 January 2019

android - Conversion to Dalvik format failed with error 1 in eclipse while adding google play service lib

I am facing this problem while adding the google play service lib.I have gone through many links. From that, i found that it might be caused by multidex.But i am unable to implement multidex support in eclipse and i need to develop this project only in eclipse.



Thanks in advance.

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...