Manually adjusting the Manifest

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
andyh1234
Posts: 476
Joined: Mon Aug 13, 2007 4:44 pm
Contact:

Manually adjusting the Manifest

Post by andyh1234 » Mon May 07, 2012 2:49 pm

Is it possible to get access to the manifest file for an app?

Id like to exclude tablets but it looks like I need to add a line to the manifest to do that.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Manually adjusting the Manifest

Post by jacque » Mon May 07, 2012 5:26 pm

Yes, you can change the manifest. The location of the default manifest is next to the LiveCode app in /Applications/LiveCode 5.5.app/Contents/Tools/Runtime/Android/Manifest.xml. In OS X, this is inside the app bundle.

Make a copy of that with the same name and alter the copy. Move the original out somewhere and put the revised one in. Build the standalone. It would be a good idea to put the original back in when you're done.

I found that adding extra lines sometimes causes a failure to build. I was only able to change the existing lines. I don't know if that's always true, or just true for my app.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

andyh1234
Posts: 476
Joined: Mon Aug 13, 2007 4:44 pm
Contact:

Re: Manually adjusting the Manifest

Post by andyh1234 » Mon May 07, 2012 5:37 pm

Thanks, thats exactly what I needed, your a star!

Post Reply