facebook

Icons for Mobile Phonegap

  1. MyEclipse IDE
  2.  > 
  3. General Development

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #394217 Reply

    Alex
    Participant

    Recently purchase my My eclipse and I have no Icon on my release version of Android or Apple.
    I download the free version of my eclipse and add the licenses after purchase.

    Do I have to re-download MyEclipse?

    #394249 Reply

    Alex
    Participant

    Hi Me again.

    I cannot get this Icon problem working.
    Here is where I am so far:

    I re-install MyEclipse,
    I create a new Project, I create an other Phonegap Account.
    I change the icons directory and update the config.xml file.
    I change the config.xml directory to the www folder and updates the icon directory

    Running Phonegap remote build does not pick up my icons.

    Do you have any other solution please?

    #394259 Reply

    support-swapna
    Moderator

    Alex,

    Thank you for buying MyEclipse.
    The issue you are seeing is not clear to us. Are you referring to the App icon or an issue with MyEclipse PhoneGap wizards?

    Please send us a screenshot of the issue to help us get a visual.Also let us know the version of PhoneGap you are working with.

    –Swapna
    MyEclipse Support

    #394264 Reply

    Alex
    Participant

    Here Are 4 screen Shot of my issue

    Sceen1 – I build remotly the app with phonegap app.

    Screen2 – Everything is ok…

    Screen3 My phonegap app on the phonegap website show me that I have no Icon.When I install the app on my android there is the phonegap Icon.

    Screen 4 – is my config.xml. which I think is more that normal.

    I cannot go live with my app without proper icons.

    Phonegap version on my config,xml show 3.6.3

    Thanks
    Swapna

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

    support-swapna
    Moderator

    Alex,

    Thank you for the screenshots.

    From the screenshots, the image paths are still relative to the project root. They should instead be relative to the www folder.It also looks like you have not moved the config.xml to the www folder.

    Ex : The paths in the config.xml should be like this :

    <icon src="icon.png" />
        <icon src="res/icon/android/icon-36-ldpi.png"   gap:platform="android"    gap:qualifier="ldpi" />
        <icon src="res/icon/android/icon-48-mdpi.png"   gap:platform="android"    gap:qualifier="mdpi" />

    Please correct the paths accordingly and retry.

    Here is the FAQ for missing icons and images with remote PG builds : https://www.genuitec.com/forums/topic/missing-icons-and-images-with-remote-phonegap-builds/

    Also please take a look at the discussion on the PG forum at GitHub : https://github.com/phonegap/phonegap-cli/issues/522

    Let us know how it works for you.

    –Swapna
    MyEclipse Support

    #394324 Reply

    Alex
    Participant

    hi Swapna.

    Have you find out what is my problem.

    I’m very stock and my clients are request the app to work by the end of the week.
    I cannot Upload to app to app store because there is no icon attach to the app.

    Thanks
    Alex.

    #394325 Reply

    Alex
    Participant

    hi Swapna

    Thanks for that it work.

    I had to re-build a few times and change the version before the changes apply.

    Thanks Again.

    #394358 Reply

    support-swapna
    Moderator

    Alex,

    Glad that it works.
    Let us know if you see any issues.

    –Swapna
    MyEclipse Support

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: Icons for Mobile Phonegap

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