facebook

PACKAGE NAME

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #352877 Reply

    Philip!!!
    Member

    in mobione there is a field where i add my applications package name
    ex :com.myname.projectname.

    where is that option in my eclipse?
    i dont see it in the tutorial.

    because in my understanding Google play will not allow me to update my app
    with out package name.

    #352881 Reply

    Hi,
    As per the tutorial you can set this after choosing the user template project (section 3.6 in the tutorial).
    This information can be editing in the config.xml file (section 5.2.1 of the tutorial).

    Thanks,

    #352898 Reply

    Philip!!!
    Member

    Hi

    You still haven’t solve my problem.
    Please guide me on where i can ad my project package name in my eclipse.

    is the “project id” the same?

    otherwise i will need a detailed step by step directions on how i can do it in config.xml
    because i still ca not find any field that says Package name ………… .

    also when orientation is set on default, does it means that it is portrait and landscape?

    please reply 🙂

    #352899 Reply

    support-michael
    Keymaster

    In the config.xml, the <widget> “id” attribute is the phonegap equivalent for the mobione android package name. See example below.

    Regarding preferences such as the orientation you can learn more here: http://docs.build.phonegap.com/
    The orientation= “default” implies both portrait and landscape orientations are to be supported.

    <?xml version="1.0" encoding="UTF-8" ?>
        <widget xmlns   = "http://www.w3.org/ns/widgets"
            xmlns:gap     = "http://phonegap.com/ns/1.0"
            id                 = "com.yourdomain.yourappid"  <------- your app id/package name
            version          = "1.0.0" >

    See attachment config-xml-appid-with-stupid-errormarker.png

    Attachments:
    You must be logged in to view attached files.
    #352905 Reply

    Philip!!!
    Member

    Thank you very much.
    Once again you where very helpful 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: PACKAGE NAME

You must be logged in to post in the forum log in