Everytime i try to create a new project ,by default project is created with a default library Appcompat_v7 [duplicate]

StackOverflow https://stackoverflow.com/questions/23595570

  •  20-07-2023
  •  | 
  •  

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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top