简体   繁体   中英

android-support-v7-appcompat/bin missing in Android Dependencies

I think the title describes the problem. I have already followed this , added appcompat as a library in my project.But still getting this error. What can I do?

Android依赖项

I have found solution to this problem. I am giving it here. May be it will help somebody.

In my project I needed appcomat_v7 support library. I added appcompat_v7 support library correctly as instructed here . But still it was showing that error. Its because appcompat_v7.jar was missing from */android-support-v7-appcompat/bin folder as android-support-v7-appcompat project was not building properly and creating that jar file. It was happening because of this Parsing Data for android-21 failed error. I have installed JDK 1.8.

Then clean & build appcompat. This time appcompat_v7.jar was created. Then clean & build my project. And it worked!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM