问题描述
我使用Zend Studio 7.2作为我的主要IDE.我开发Android应用程序.我想与HTML解析器一起工作,但是添加外部罐子,我总是会遇到相同的问题转换为dalvik格式失败和Eclipse需要大量时间来构建工作空间.
.有什么想法?
推荐答案
解决了问题,这里有一个有用的链接 android.com/tips-for-and android-developer-conversion-to-dalvik-format-format-format---------------------------------------------------------------链接文本
以下步骤帮助
问题描述
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 Converting to dalvik format failed and eclipse needs a lot of time to build workspace.
any ideas?
推荐答案
solved the problem, here a useful link link text
following steps helped
- Right-click the project in Eclipse and select “Build Path -> Add Libraries…”.
- Select User Library from the list and click Next.
- Click the “User Libraries…” button.
- Click “New…” in the User Libraries dialog.
- Give the user library a name and select the System library checkbox and click OK.
- Highlight the newly added user library in the list and click the “Add JARs…” button and add the desired jar files.
- Click OK on the User Libraries dialog.
- Make sure the new user library is checked in the Add Library dialog and …
相关问答