• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

how to increase API Level in android for already created project

 
Ranch Hand
Posts: 1325
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created my project for 10.Anyway i need to increase it to 11 now as i need to use Holo Dark them.
1)How to increase already created project API level?
2)can we use Holo Darck thems for API 11 below projects?
 
Rancher
Posts: 43076
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For an Ant build you might have to adjust project.properties; other build systems probably have some other way. And, of course, you need appropriate minSdkVersion and targetSdkVersion values in AndroidManifest.xml.

This answers your second question: http://android-developers.blogspot.de/2012/01/holo-everywhere.html. If you haven't worked with styles and themes before you should also read the "Styles and Themes" page linked in there.
 
Fire me boy! Cool, soothing, shameless self promotion:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic