Actually I wanted to ask this in a comment to an existing post here but as a newbie I don't have the required reputation... So here it is: After trying few suggestions that didn't work (keep getting "unable to write jarlist" etc.), I'm not sure how to proceed. The only thing that did work was to set minSdkVersion to 14 on project creation and thus a new appcompat lib is not created, but what if I want my app to be valid for API level 8 devices and up?
Asked
Active
Viewed 6,222 times
0
-
Hey guys, surely there is some solution, right? – user3822119 Jul 12 '14 at 19:41
1 Answers
1
Just refresh your project explorer use f5
or do clean all project
go to Project menu then go to clean and tick clean all project then click ok

buncis
- 2,148
- 1
- 23
- 25
-
Actually I had settled with minSdkVersion 14. Yet, I do remember that I tried cleaning and it didn't help. Thanks anyway. – user3822119 Sep 07 '14 at 19:03
-
Have you tried to reopen your eclipse or your project. In my pc that's fix my problem.Or just reinstall your adt. hope your problem solved – buncis Sep 09 '14 at 03:04
-
1Thanks, but as I realized that I'm OK with 14 I didn't continue with this struggle :-) – user3822119 Sep 13 '14 at 19:50