Conversion to Dalvik format failed: Unable to execute dex SDK Tools 22.3

后端 未结 7 1581
刺人心
刺人心 2021-02-13 19:30

Multiple dex files define Lcom/google/ads/AdRequest$ErrorCode

Latest ADT, Latest SDK Tools (22.3).

I Tried :

  1. Clean/rebuild
  2. Update Eclipse
7条回答
  •  北恋
    北恋 (楼主)
    2021-02-13 19:59

    *Right click on project name and select the Build Path.

    *Then select Configure Build Path.

    *From Java Build Path select the tab Order and Export.

    *Uncheck the .jar libraries.

    The error is generally due to multiplicity in libraries.

提交回复
热议问题