How to add a manifiest ?

General questions about NeoAppBuilder - our rapid application development tool for building HTML5, web and mobile apps.

Moderator: Neosoft Support

Locked
David de Argentina
Posts: 1596
Joined: Mon Apr 04, 2005 4:13 pm
Location: Buenos Aires, Argentina
Contact:

How to add a manifiest ?

Post by David de Argentina »

Hi all,

My first app works fine under Android 4.0.4 or near

I have an Android 2.2.1 (Froyo) phone for testing purposes. Program works, but not fine.

I'm researching PhoneGap documentation, and tells about API levels.

This documentation teachs about a manifiest file in order to change MinVersions, MaxVersions, etc.

Perhaps is my bad english, but i can't understand how to add this manifiest.

Is an external file that must be added to the zip to be uploaded to PhoneGap ?

Is a section into the config.xml ?

Does any has a sample ?

Thanks in advance,

David de Argentina
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Re: How to add a manifiest ?

Post by Neosoft Support »

The config.xml that NeoAppBuilder's compiler puts inside the zip file is the manifest. You could edit this file and add the min/max version info if you need to. Some of the manifest options are very confusing and often unnecessary.

The not great PhoneGap documentation about this is here:

http://docs.phonegap.com/en/edge/config ... xml%20File
NeoSoft Support
Locked