-4

While creating android project i am getting below warning in console in eclipse:

By default main activity is extended by ActionBarActivity.How to retreive old project template.

[2014-05-11 22:07:59 - appcompat_v7_5] WARNING: unable to write jarlist cache file C:\Users\gippy\workspace\appcompat_v7_5\bin\jarlist.cache

And appcompat_v7_x folder is created along with project folder in eclipse.

Can Anyone Please help me to get the solution.

Pratik Butani
  • 60,504
  • 58
  • 273
  • 437
Gurpreet singh
  • 123
  • 2
  • 11
  • Hey friends .......I am here to find a solution to my problem..and i was expecting help from you senior guys.....not vote down...... – Gurpreet singh May 11 '14 at 17:46
  • A new appcompat library project with every new project is now the default behaviour with the latest tools, see: http://code.google.com/p/android/issues/detail?id=67513 – NickT May 11 '14 at 18:07

1 Answers1

1

You must have updated your editor or downloaded new adt bundle. appcompact v7 is added automatically now. As for the warining try selecting the project, click on Project>Properties > Android and choose a lower API. If an error persists, try Project >Properties > Clean.

Illegal Argument
  • 10,090
  • 2
  • 44
  • 61