Converting to dalvik format failed when I try to add external Jars

后端 未结 1 1239
猫巷女王i
猫巷女王i 2021-01-07 08:45

I am using Zend Studio 7.2 as my main IDE. I develope android apps. I wanted to work with html parsers, however adding external jars I get always the same problem Co

相关标签:
1条回答
  • 2021-01-07 09:28

    solved the problem, here a useful link link text

    following steps helped

    1. Right-click the project in Eclipse and select “Build Path -> Add Libraries…”.
    2. Select User Library from the list and click Next.
    3. Click the “User Libraries…” button.
    4. Click “New…” in the User Libraries dialog.
    5. Give the user library a name and select the System library checkbox and click OK.
    6. Highlight the newly added user library in the list and click the “Add JARs…” button and add the desired jar files.
    7. Click OK on the User Libraries dialog.
    8. Make sure the new user library is checked in the Add Library dialog and …
    0 讨论(0)
提交回复
热议问题