Building for a medium/large tablet...

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
paulsr
Posts: 222
Joined: Thu Jul 19, 2012 9:47 am
Contact:

Building for a medium/large tablet...

Post by paulsr » Tue Jul 01, 2014 9:37 am

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

viro
Posts: 52
Joined: Fri Jul 05, 2013 6:59 pm

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

Post by viro » Wed Jul 02, 2014 11:10 am

I build an app for galaxy note 10.1 tablet and its working fine here... or is it a problem regarding publishing on playstore?
the funniest thing about this particular signature is that by the time you realize it doesn't say anything it's too late to stop reading it

paulsr
Posts: 222
Joined: Thu Jul 19, 2012 9:47 am
Contact:

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

Post by paulsr » Wed Jul 02, 2014 12:03 pm

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

Post Reply