Editing AndroidManifest.xml

Hi everyone!
I'm using Flash cs6 to publish for Android using air for Android (3.2)
I need to edit the AndroidManifest.xml that is generated automatically in the .apk file, does anyone knows how to do it? (doesn't work with winrar...).
Thank you!

Here is a tutorial

Similar Messages

  • Edit/add XML data in BI Publisher

    Hi
    I have a java program that is generating an XML file that I am using as input for my BI publisher for PO report. However, I want to add some extra information(location addresses corresponding to location id) that is not there in the XML and I cannot edit the java program generating it. Is there any way I can do this in BI publisher? Can I edit/add XML data in BI publisher? This is really urgent and I appreciate any help.
    Thanks,
    Sharmila

    You have to edit the package which has the sql query,
    without fetching them in xml , you cannot display that.
    BIP will not help you to get that into report.
    The code which generates the XML data has to edited for sure..
    I guess, i helped one guy for similar requirement,
    i guess you are asking in the same report..
    the java program in turn calls the Pl/Sql package which generates the XML data and pass it to the Java Concurrent Program.
    The Pl/Sql package picks data from these views po_headers_xml, po_lines_xml, po_distribution_xml.
    you can also add the columns you want to be displayed in these views, and then change the template accordingly.

  • How to Edit a XML data file from AS3 class...

      Hi...
                 I need to edit an XML data file I have at the exit of application.... I have a demo code which is not working....
    This is the code :
    public function UpdateData():void
                   trace("Closing....");
                   var FileData:XML=<Hello>Hai</Hello>
                   var urlLdr:URLLoader = new URLLoader();
                   var urlRqst:URLRequest = new URLRequest ("AppData.xml");
                   urlRqst.data=FileData;
                    urlRqst.contentType = "text/xml";
                   urlRqst.method = URLRequestMethod.POST;
                   urlLdr.load(urlRqst);
    This AppData file already exist and has some data in it.
        Plus :
       How to find the application is exiting.

    use:  fscommand('Quit');
    to exit your app.
    and this is how you would use the urlloader class to save data:
    public function UpdateData():void
             trace("Closing....");
              var FileData:XML=<Hello>Hai</Hello>
    var urlVar:URLVariables=new URLVariables();
    urlVar.fileData=FileData;
                var urlLdr:URLLoader = new URLLoader();
               var urlRqst:URLRequest = new URLRequest ("this must be an executable to parse and write data");
               urlRqst.data=urlVar;
               urlRqst.contentType = "text/xml";
                   urlRqst.method = URLRequestMethod.POST;
                  urlLdr.load(urlRqst);
    but i don't think you can use an executable on a fl4 device so you will need to use a different class.  i don' know how you're storing an xml file on a fl4 device but you should be able to use the sharedobject to read and store xml.

  • Editing a XML file with PHP and HTML or AS2

    Hi webmates...
    I have been looking for a good tutorial on managing an XML
    file through Flash (AS2) or HTML and PHP... but all of what I have
    found at the moment are very confusing and incomplete... the
    examples actually do not work ok...
    Would anyone mind on addressing me any good place where I can
    find nice tutorials for this ? perhaps any example ? I wil really
    appreciate it, My web is already reading the XML file to load
    data... but I also need to create an application for editing this
    XML... thanx in advance...

    I have no experience with any decompilers beyond possibly attempting to trial one once.  The only one I have seen recommended is made by Sothink.
    Here is a link to a page with a tool that has an interface you can use to determine various properties of an swf file, including the Actionscript version.
    http://blog.sitedaniel.com/2009/11/swf-info-width-height-swf-version-actionscript-version- framerate/

  • How to edit weblogic.xml in Jdeveloper web project

    Hi, All,
    I created a web application in Jdeveloper11.1.1.1 and deployed to weblogic server 10.3, I found there is weblogic.xml under WEB-INF folder in war file.
    I try to add something in weblogic.xml, but the problem is I cannot find weblogic.xml in Jdeveloper.
    How to edit weblogic.xml in Jdeveloper? Thanks in advanced.
    Best Regards,
    Bill

    The weblogic.xml file is generated at deploy time if it doesn't exist in your application. To create it specifically in your application at design time for editing, select the appropriate project then the New option, from the New Gallery select General -> Deployment Descriptors -> Weblogic Deployment Descriptor, and in the resulting dialog select the weblogic.xml file. It will be added to the project -> Web Content -> WEB-INF directory.
    Cheers,
    CM.

  • How can i edit default XML in Poratl?

    How can i edit default XML in Poratl?
    I want make some change on Discussion.xml,but i can't find it and  i  want Edit it, what should i do?
    Thank you very much for your Help!
    Best Regards!
    Han

    all the .XML files will be available in the following path
    project(folder)->dist(folder)->portal-inf(folder)
    in NetWeaver developer studio.
    to edit double click on the xml file and select the source tab in the bottom,you can view and edit the source.

  • How to edit an XML format report in Report 10G

    Hi
    Please tell me how to edit an XML format report in Report 10G .
    Regards
    Deepak Gupta
    Edited by: user12299081 on Sep 6, 2010 10:19 PM

    Hi
    Please tell me how to edit an XML format report in Report 10G .
    Regards
    Deepak Gupta
    Edited by: user12299081 on Sep 6, 2010 10:19 PM

  • Market requires versionCode to be set to a positive 32-bit integer in AndroidManifest.xml

    I have built an application on flash builder Buritto  using the tutorial of " Christophe Coenraets"  building an EmployeeDirectory  and everything worked fine while debugging it in virtual environment but when I try to upload it to the andoid market im getting the  following error  : and everything worked fine while debugging it in virtual environment but when I try to upload it to the andoid market im getting the  following error  :
    Market requires versionCode to be set to a positive 32-bit integer in AndroidManifest.xml
    how can I solve this issue
    help please !!!!!!!

    Where can I find my  manifest file ? so that I can change the value ?

  • Can we edit regionMap.xml

    Hi,
    w.r.t my previous post we need to add couple of new fields to existing page but create item is not enabled at the stackLayout. We are planning to make a copy of the page and create a custom version with same akRegionCode in the region map such that flow and other components are not disturbed.
    Can we edit regionMap.xml to to point to new page?

    Can you please put the link for previous post?
    Thanks, Avaneesh

  • Customizing Flash Galleries by editing the XML

    The controls within the Web tab allow you to customize the Lightroom Flash Gallery templates in a lot of ways. However, you can customize them much further by editing the XML files that are generated when you export a gallery. This requires almost no knowledge of Flash or HTML, and can be done with almost any text editor.
    Here are few examples of what you can do:
    Add a background image
    Turn off (hide) the Title Bar and/or Menu Bar
    Change the width, transparency, and color of borders around thumbnails and images
    Turn thumbnail and image drop shadows on/off
    Change the transition between images, including straight cut
    Change image and transition durations
    Change the color and transparency of all parts of a gallery including image and thumbnail area backgrounds and borders, individual buttons parts, scroll bar parts, etc
    Change the height of the captions display area
    Change text fonts and sizes
    And much more
    To start playing with this, simply open the style.xml file found within an exported gallery inside the ..resources/styles folder. You can also preview the gallery by double clicking on the index.html file, then make changes to the style.xml file in your text editor, save, and then refresh your browser to see the effect. Once youve achieved the look you want, you can copy your edited style.xml file into any gallery you export.
    Note: any text editor will work, but using an app that has good HTML or XML editing features (Adobe Dreamweaver for example) will make it much easier.
    Ive posted a few tips and tricks articles about how to do this on our blog at http://blog.bluefire.tv and plan to add more from time to time.

    gsimpson,
    There is no way via the XML to change the behavior where the smallest rendition will scale down to fit the window. Since the gallery itself scales to fit the window, scroll bars would need to appear on the image itself if the window is too small. This is in fact the behavior of the galleries in B4 if I remember correctly, but there is no way to achieve that with the 1.0 version.
    However, you can achieve your goal with a bit of html work. One easy way it to "fix" the size of your gallery within your web page (by using pixel values in the embed code for example) such that it is set big enough that the smallest rendition will not be scaled.
    Or, if you can do fairly advanced HTML you could let your gallery scale up, but not below a certain size. To do that, you'd need to put the gallery inside a "container" within your html page, (e.g a div or table cell) and then limit how small that container can be, and make sure that the container itself will grow to fill the available space.
    Another alternative would be to make your own "small" renditions, that are so small that they will not scale at the gallery's minimum size. Speaking of minimum size of the gallery, wouldn't it be nice if you could set that? Who knows, maybe someone will contribute that code to the AMG open source project...

  • Editing an xml file?

    Hi there. I have slideshows that are managed by simple xml documents. In my old system, clients would simply edit the xml doc, but I have not found a way to do this in InContext. Can anyone help?

    Hi erinclark,
    InContext Editing can only edit pages with valid HTML mark-up with any of the following doctypes:
    "-//W3C//DTD HTML 4.01 Transitional//EN"
    "-//W3C//DTD HTML 4.01//EN"
    "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "-//W3C//DTD XHTML 1.0 Strict//EN”
    "-//W3C//DTD XHTML 1.1//EN"
    (from: http://labs.adobe.com/wiki/index.php/InContext_Editing#Release_Notes)
    You may also notice that when you create a new XML document in Dreamweaver the options to insert InContext Editing regions are disabled.
    Best regards,
    Corey

  • Editing an XML FIle TextEdit?

    How can I edit an XML file?
    When I open an XML file in TextEdit, all the tags get stripped out?
    When I double click on my XML files, "Dashcode" starts up but always hangs, making it useless for this purpose (whatever it is).

    When I open an XML file in TextEdit, all the tags get stripped out?
    This a bit odd: I tried opening an xml file in TextEdit with the default for a new document set to either plain or rich text, and with 'ignore HTML commands' and 'ignore Rich Text' commands' checked or unchecked and was always able to open it showing the tags, either by dragging it to the icon or using the File>Open method. It even worked if I removed the .xml extension (and even with the .txt extension). How are you opening it?
    On the off-chance that there is something odd about your file, download the xml file I was testing from this link:
    https://files.me.com/rfwilmut/kdmnuu
    (it's zipped) and see if you can open that.

  • Manually edit config.xml

    Hi,
    I'm working with WL 8.1SP3, and I need to add the atribute 'StatementTimeout' to
    'JDBCConnectionPool' entry in config.xml.
    The weblogic console can not do the job, but manually edit config.xml work fine.
    Subsequently when I use WL console to make other changes, the system overwrite any manual previous changes.
    How can I make persistent manual changes in config.xml file?

    On the new machine I am trying to create a new set of servers to be added to the cluster. However I am running into errors, of which various post suggest changing some of the security stuff in the config. But I have not found a way to persist my modifications. Each time I restart it gets overwritten again.
    I am running in production mode, could this be the problem?
    I have tried stopping everything, delete all .lok files on both machines, and restarting everything. On startup the .lok files reappear and my changes are reverted.

  • Flash builder 4.6 : aapt tool failed - AndroidManifest.xml:33: error: Error parsing XML: not well-fo

    This is happening with a "fresh" installation of flash builder 4.6 and it's driving me crazy:  During "export release build" I get the error: "Error occurred while packaging the application: aapt tool failed: c:\users\alfonso\AppData\local\Temp[...]\AndroidManifest.xml:33: error: Error parsing XML: not well-formet (invalid token)  This happened while importing a project build into another computer.  If I create a BLANK air mobile project and I copy the application manifest on the old application EV ERYTHING WORKS FINE. As soon as I touch a single line of code in the application manifest I get the error. And also I get the error even if I UNDO the changes into the -app.xml  Any help would be really appreciated  Thanks  Alfonso Florio

    Having same issue here. In my case I'm just trying to place a local video file; hear audio, t see no video running it within Flash Builder and the ADL simulator on my Mac. It's very frustrating that everything Abobe has posted on this is targeted toward the Flash player runnung inside a damn browser... don't they realize we need a IOS solution for the 1000s of iPhones and iPads out there? Very frustrated with this.

  • How to edit an XML file?

    Guys, I have a podcast in iTunes, I want to start to promote it. In order to do this, I think I will have to put tags in the XML file for different sites and I would like to know how to edit this. Does anyone have any good places for me to check out how to do this?
    Thanks!

    Vinnie, thanks for getting back to me on this, I am pulling my hair out!
    What FAQ are you speaking of? The one in iTunes or someplace on this board?
    By claim, what I mean is this. Lets say I try to add my podcast to Podcast Alley's directory. If I copy and paste my RSS feed in there, it says that it needs me to add their "tag" or whatever in my RSS so they know it is my podcast. They need me to add this line in the XML file I think to "claim" my podcast so it will show up in their directory. This seems to be a common thing with other sites as they give me some XML code to add to my RSS also.
    Make sense at all?

Maybe you are looking for