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 ?

Similar Messages

  • ESB requires "SOAPAction" to be set in HTTP header?

    I'm trying to insert an ESB flow between an existing web service and client. The service and client were previously built with Apache Axis.
    By generating an appropriate WSDL (doc/wrapped rather than Axis' default RPC style) for the existing service, I'm able to connect the ESB to the service.
    The problem is that the existing client (built using Axis) sets the SOAPAction in the HTTP header to empty (SOAPAction: ""), and the ESB appears to require this to be set to the desired operation. If this is a hard requirement, then I can't directly connect the existing client to the ESB flow.
    So, the question is whether it's possible to have the ESB relax the requirement for the SOAPAction header. And if so, how?
    If I can't get the ESB to accept SOAP requests with an empty SOAPAction, then I'll have to create a custom adapter or insert an additional proxy layer (yuk). Anyone else have any suggestions?

    This is all done automatically by FB.
    Just to try something out I just now made a simple app with a label only and tried to upload to Google... FAILED!!!!
    "Market requires versionCode to be set to a positive 32-bit integer in AndroidManifest.xml"
    LOL, FB can't even create this. :-/
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/3.1">
    <!-- Adobe AIR Application Descriptor File Template.
              Specifies parameters for identifying, installing, and launching AIR applications.
              xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/3.1
                                  The last segment of the namespace specifies the version
                                  of the AIR runtime required for this application to run.
              minimumPatchLevel - The minimum patch level of the AIR runtime required to run
                                  the application. Optional.
    -->
    Message was edited by: KesherMedia.Com

  • Do I require internet connection to set up iPodShuffle for the first time (Windows)?

    Will I require internet connection to set up iPodShuffle for the first time (Windows)?

    I don't think so. THe only thing you need internet for is to download the free VoiceOver feature, and that's optional.

  • How can I set specific bits in a 16-bit integer?

    Hello everyone,
    as the title says I need to modify or rather to set a specific bit in a string which then is sent to a motor. I need to be sure that my command is correct as I am experiencing troubles with that motor and need to identify if its source.
    First of all my strings have to be in the Little Endian order. Then the structure of the string should be the following:
    Change Velocity command ‘V’xxCR 056h + one unsigned short (16-bit) integer + 0Dh (Note: Uppercase ‘V’)
    Note: The lower 15 bits (Bit 14 through 0) contain the velocity value. The high-order bit (Bit 15) is used to indicate the microstep-to-step resolution: 0 = 10, 1 = 50 uSteps/step.
    Until now, I used Flatten To String to convert 32 bit integers into bytes of the correct order. I thought I could use the Join Numbers function, but that only works for at least 8 bit numbers and there is no "1 bit number". I searched for an option to build a a string and set the bits via a Boolean Cluster, but I did not really understand how to transfer this to my problem.
    How can I build up the correct 16-bit integer (e.g. set the velocity to "10000" with a resolution of 50 µSteps/step)
    I would like to add the "V" and the CR via Concatenate Strings to the 16-bit integer, but other possibilites are also welcome.
    I have seens the examples for bit manipulation in C-code, but I wish to do this with LabView as I am not familiar with C,matlab and so on.
    Thank you very much for your help!
    Solved!
    Go to Solution.

    You really need to learn Boolean logic and how to shift bits around.
    AND is really good for masking out bits (forcing them to 0) and OR is really good for adding bit values.  Then Logical Shift is used to get the bits in the right places before doing the AND and OR.
    NOTE: Rate is an enum with 10 being a value of 0 and 50 being 1.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    Bit Packing.png ‏15 KB

  • Set the exact position of a text or variable

    Dear All !
    How can I set the exact position of a text (absolute) in SAPScript
    like "write" command's positional possibility.
    e.g
    WRITE: /3 'Name', 15 , 30 'RoomNo', 45 'Age'.
    Regards
    Ilhan

    Hi,
    WRITE: /3  'Name', 15 'XXX' , 30  'RoomNo', 45  'Age'.
    This will work.......
    Check out........
    Regards,
    Priyanka.

  • How to set the X-position and Y-position

    I started an application but was struck due to a problem.
    The problem was : I was unable to set the X-position and Y-position in the desired place... Any one who can help please help me to continue my application......
    I wanted to set my choice group elements in the center of the screen.. help me plz....

    You want to change to x/y position of what? The main frame?
    If it is the Frame class take a look into the CDC/PP specification:
    "An implementation may prohibit resizing of Frames by a user. In such a case, attempts to make any Frame resizable will fail silently"

  • HT4356 My Ipad prints to my airprinter that works OK but how do I set picture size/position etc

    My Ipad prints to my airprinter that works OK but how do I set picture size/position etc. At the moment from the photos app it prints an A6 photo in top left corner. How do I change that to something different.

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    If you put photo paper in the printer it will print correctly on the paper. Also, some photo printers will adjust the size photo printed when you put different size photo paper in the tray.

  • Set slider path position via calc

    So I have a simple display icon (Icon title = Flash Movie
    Position Slider) object set with the following settings:
    Positioning = On Path
    Movable = On Path
    Base = 0
    Initial = 0
    End = 100
    I know how to get the current position using PathPosition or
    DisplayX, but how do I set it via code? I have tried using
    SetIconProperty for LocationX, BaseX, InitialX but none work. Other
    than just the user sliding the slider I want the slider to move on
    it's own during the flash video playing. I have the calculation
    down to set an X position based on the current frame, just cant
    find that magic setting to specify a value to the path to make it
    happen.
    PS: This is not using the WinCtrls slider just a basic
    Authorware path using a display icon.

    > Movie icon does not support swf flsh files.
    Yes I know.
    > All our videos are being converted
    > to flash so I must use a media icon and not a movie
    icon.
    The Flash Sprite help file will tell you how to get the
    equivalent of
    MediaPosition form a Flash movie. Open your Flash Sprite
    properties and
    press the Help button on the properties dialogue.
    >
    > The only problem I am having now is setting the path
    position does not
    > work on
    > a publish to web project only on the exe.
    >
    What's your code?
    Steve
    EuroTAAC eLearning 2007
    http://www.eurotaac.com
    Adobe Community Expert: Authorware, Flash Mobile and Devices
    My blog -
    http://stevehoward.blogspot.com/
    Authorware tips -
    http://www.tomorrows-key.com

  • I keep getting message "This page requires a plugin that can only run in 32 bit mode" what does this mean and how can I fix it?

    I keep getting message "This page requires a plugin that can only run in 32 bit mode" what does this mean and how can I fix it? It seems to come up randomly, but I'm fairly ignorant.

    Previous versions of Firefox were only 32 bit, Firefox 4 for the Mac contains 32 and 64 bit versions. If you want to always start Firefox in 32 bit mode, open up Finder and go to the Applications folder. Control-click the Firefox app and click "Get Info", then select the "Open in 32-bit mode" option.

  • Dynamically set y axis (position) with javascript

    Hello
    I wonder if it is possible with javascript to set a y position of flowed subform in non interactive adobe form?
    For example: For a certain subform  which is inclued in (flowed) main I want to be shown at certain vertical (y) position but only in the last page at bottom of main.
    Last page I can find with
    if(xfa.layout.page(this) == xfa.layout.pageCount())
    but when changing
    this.y = "100 mm"
    it doesn't changes subform position.
    I also tried with this.y = "100in", but result is the same.
    Does anybody now a solution?

    It's not a field, it's a complete subform with a table and some texts fields, which I want to show only in last page.
    I tried changing subform to a positioned already before and changing it's y axis in javascript (tried in all events) doesn't work.
    Could it be that syntax posted in first post isn't correct?
    In that case (positioned subform) I have blank space on all pages but last one. For example, if a complete layout of a page is 100%, main 70% and subform 30%, I get 30% of blank space on all pages before last one, which I would like to avoid, so that main would be 100% in every page but last one and in the last one main should be only 70% and subform 30%.

  • Users cannot access removable devices after you enable and then disable a Group Policy setting in Windows 7 64 Bit

    Users cannot access removable devices after you enable and then disable a Group Policy setting on Windows 7 64 bit machines.
    on the 32 bit machines I was able to apply this hotfix
    http://support2.microsoft.com/kb/2738898
    But it will not install on 64 bit machines. 
    Is there a hotfix for 64 bit?  If not, what is the work around?
    Thanks!
    Robert

    Select "Show hotfixes for all platforms and languages", then download x64 hotfix:
    Please take a moment to Vote as Helpful and/or Mark as Answer where applicable. Thanks.

  • TS3771 Why can't I select "get info" from the file area so I can change the setting to "open in 32-bit mode" ?

    Why can't I select "get info" from the file area so I can change the setting to "open in 32-bit mode" ?

    It may be because of your settings. You can modify that setting in System Preferences > Trackpad. Another way of making right-click is to click the app icon while holding the Control key

  • HT5093 How do I manually set the start position.

    The 3d program do not support it (Google Sketchup Free).
    Can I open the dae file in another program and set the start position there?

    1) How do I in iBooks Author set the camera position manually.
    The documentation says: "be sure to add a camera to your object. This will be used for the default view in your iBooks Author book."
    default indicate that there are other options in the iBooks Author program.
    If this is not the case:
    2) What is the prefered program for createing 3d model with a start camera position.
    2a) More specific how do I do that in the program.
    Note that is is unlikely that any other forum can answer question 2, since this is compatibility specific issue between a 3d program and iBooks Author.

  • How to set the Codec, Frame rate, Bit rate, and Resolution for iMovie 10.0.5

    To upload a video to Vimeo, I need to be able to set the codec, frame rate, bit rate and resolution to make sure the file is compressed to under 500 MB. Where in iMovie 10.0.5 am I given the option to adjust these settings?
    Thank you!

    Another question is in continuous mode, NI DAQmx uses Samples per channel to determine the buffer size. But according to the website you specified, it says if the acquisition is continuous (sample mode on the DAQmx Timing.vi is set to Continuous Samples), NI-DAQmx will allocate a buffer according to the following table. And for sample rate between 100 - 10,000 S/s, the buffer size is 10 kS. So if I set the sample rate to be 5000 S/s, and set the Samples per channel to be 20000, then what exactly the buffer size is? 20 kS or 10 kS?
    Thanks.

  • Error message says "This page requires a plugin that can only run in 32-bit mode"

    When I try to write an email from my BT site I get the following message
    "This page requires a plugin that can only run in 32-bit mode"
    Then there's a link to restart the page in 32-bit mode. However, it resets to whole page, drags things back out the trash.
    I have only had this problem since updating to the latest Firefox

    Previous versions of Firefox were only 32 bit, Firefox 4 for the Mac contains 32 and 64 bit versions. If you want to always start Firefox in 32 bit mode, open up Finder and go to the Applications folder. Control-click the Firefox app and click "Get Info", then select the "Open in 32-bit mode" option.

Maybe you are looking for

  • POST GOODS ISSUE in Delivery Order

    Dear Friends: After going to Delivery Order,Vl02n, I clicked on Post Goods Issue and I am getting this error. Delivery has not yet been completely processed by WM. Delivery has not yet been put away / picked (completely) How to Overcome this problem?

  • Cloning BAM/SOA enviroment

    I am developing a BAM solution to a client using BAM 11.1.1.3 build 8533. I started using version 11.1.1.4, in my development environment, and before to deploy at client's homologation environment, I tried to deploy in my own test environment, with v

  • Ibook G4 locks-up immediately after starting up

    OK heres my problem, my ibook g4 will most of the time give me the apple logo with the spinning ring, then freeze, and now sometimes it will get to the start up loading bar, get halfway, show me the desktop, then freeze immediately, or it will just g

  • Selecting What Child Of A SerialElement To Play Next

    Is there a smart way to pick which child to play next in a serial element without modifying the internal SerialElementTransitionManager class? I understand the SerialElement by definition just plays elements in sequence, but it would be handy to be a

  • Can't Install On This Computer message...

    Hello All - A few months ago I purchased a refurbished PowerBook from the Apple website. It came with OS 10.3.9 installed, but the disks for Tiger were sent with it. (The disk states it's the PowerBook G4 OS Version 10.4 AHT Version 2.5 and disk vers