Found 2 versions of android-support-v4.jar in the

2019-02-21 09:19发布

When I add appcompat project as a library I get these errors:

- found 2 versions of android-support-v4.jar in the dependency list appcompat in  android. 

- `aapt.exe` has stop working.

How to solve this?

3条回答
倾城 Initia
2楼-- · 2019-02-21 09:50

Generally you get this error when you add external library which already contains android-support-v4.jarfile.

Here you can delete this android-support-v4.jar file from your libs folder. This will solve your problem.

查看更多
乱世女痞
3楼-- · 2019-02-21 09:52

I too had same problem just few day's back and what i did is, just deleted the android-support-v4.jar from my project, and then i have added my library project jar by right clicking my project -> go to properties, select java Build Path and then select add external jar from the option and select android-support-v4.jar from your library project and then click on Order and export and check mark android-support-v4.jar that you have added from library project and then press Ok.

That's it. Enjoy Coding

查看更多
Melony?
4楼-- · 2019-02-21 09:55

Delete android-support-v4.jar from library and project. Then go in <sdk>/extras/android/support/samples/Support4Demos/ and copy android-support-v4.jar and paste in libs folder of both.

查看更多
登录 后发表回答