Skip to main content
formatting, syntax, attempt to isolate the question
Source Link
Seth Battin
  • 5.5k
  • 3
  • 29
  • 43

I am trying to use the LibGDX UI Project creator to create the Projects for LibGDX. But I wonder me projects, that I cantbut it doesn't allow me to choose for whichthe Andorid version I want to develop. In the past it was for me the same, but now I am interested in, because I haveproject. This is a problem for some android features not. For For example I want to hide the action bar, so I wanted to set the Theme: "Theme.Holo.Light.NoActionBar.Fullscreen", but

Theme.Holo.Light.NoActionBar.Fullscreen

...but if I do that I get the error message "@android:style/Theme.Holo.Light.NoActionBar.Fullscreen requires API level 13 (current min is 5)". Can someone explain me, what a scope I have ?

@android:style/Theme.Holo.Light.NoActionBar.Fullscreen requires API level 13 (current min is 5).

My idea is to manually set up the projects so I can choose freely the versions and API levels. But But I think I cantcan't choose what I want, because thanthen LibGDX would have problems.

How can I correctly set the android version using UI Project creator?

I use the LibGDX UI Project creator to create the Projects for LibGDX. But I wonder me, that I cant choose for which Andorid version I want to develop. In the past it was for me the same, but now I am interested in, because I have some features not. For example I want to hide the action bar, so I wanted to set the Theme: "Theme.Holo.Light.NoActionBar.Fullscreen", but if I do that I get the error message "@android:style/Theme.Holo.Light.NoActionBar.Fullscreen requires API level 13 (current min is 5)". Can someone explain me, what a scope I have ?

My idea is to manually set up the projects so I can choose freely the versions and API levels. But I think I cant choose what I want, because than LibGDX have problems.

I am trying to use the LibGDX UI Project creator to create LibGDX projects, but it doesn't allow me to choose the Andorid version for the project. This is a problem for some android features. For example I want to hide the action bar, so I wanted to set the Theme:

Theme.Holo.Light.NoActionBar.Fullscreen

...but if I do that I get the error message

@android:style/Theme.Holo.Light.NoActionBar.Fullscreen requires API level 13 (current min is 5).

My idea is to manually set up the projects so I can choose freely the versions and API levels. But I think I can't choose what I want, because then LibGDX would have problems.

How can I correctly set the android version using UI Project creator?

Source Link
user2933016
  • 313
  • 4
  • 10

LibGDX Android version

I use the LibGDX UI Project creator to create the Projects for LibGDX. But I wonder me, that I cant choose for which Andorid version I want to develop. In the past it was for me the same, but now I am interested in, because I have some features not. For example I want to hide the action bar, so I wanted to set the Theme: "Theme.Holo.Light.NoActionBar.Fullscreen", but if I do that I get the error message "@android:style/Theme.Holo.Light.NoActionBar.Fullscreen requires API level 13 (current min is 5)". Can someone explain me, what a scope I have ?

My idea is to manually set up the projects so I can choose freely the versions and API levels. But I think I cant choose what I want, because than LibGDX have problems.