How to fix unable to execute dex multiple dex files define lcom google android vending licensing?

1.2k Views Asked by At

My project was working fine before added com.google.android.vending.licensing package. I also added all the libaray as required.but i am getting the above issue unable to execute dex multiple dex files define lcom google android vending licensing.

I googled a lot but nothing found any valid solution for this issue.

If anyone have idea please help me.

Thanks in advance.....

1

There are 1 best solutions below

0
On BEST ANSWER

I solved my issue by removing library.jar.Because i added library as well com.google.android.vending.licensing package also. Thats why i was getting this issue.