Page 1 of 1

Building for a medium/large tablet...

Posted: Tue Jul 01, 2014 9:37 am
by paulsr
Greetings:

I have an app which really needs at least a 7" tablet.

From what I've read, I need to have a line in the manifest in the supports-screens section which says:

Code: Select all

android: xlargeScreens="true"
with all the other screens="false".

But that line doesn't seem to exist in any of the LC-supplied manifests that I can find, and if I add it, I get an error...

There was an error building the standalone application
could not generate package manifest

So, could someone kindly advise how I can build for a 7" min. tablet.

Many thanks...

--paul

Re: Building for a medium/large tablet...

Posted: Wed Jul 02, 2014 11:10 am
by viro
I build an app for galaxy note 10.1 tablet and its working fine here... or is it a problem regarding publishing on playstore?

Re: Building for a medium/large tablet...

Posted: Wed Jul 02, 2014 12:03 pm
by paulsr
viro wrote:I build an app for galaxy note 10.1 tablet and its working fine here... or is it a problem regarding publishing on playstore?
No, it's a problem building in LC.

As far as I can figure, it's okay to modify the lines in the manifest, but it's not okay to add a line.

I can build for a tablet, but I want to build only for a medium/large tablet and that means adding a line.

--paul