Github user AxelNennker commented on the pull request:

    https://github.com/apache/cordova-cli/pull/126#issuecomment-45211776
  
    
https://cordova.apache.org/docs/en/3.5.0/config_ref_images.md.html#Icons%20and%20Splash%20Screens
     
    <platform name="android">
                  <icon src="res/android/ldpi.png" density="ldpi" />
                  <icon src="res/android/mdpi.png" density="mdpi" />
                  <icon src="res/android/hdpi.png" density="hdpi" />
                  <icon src="res/android/xhdpi.png" density="xhdpi" />
      </platform>
    
    res is NOT relative to the www directory but to the project directory, 
which is one above www.
    Do not put app-launcher icons into the www folder.
    
    You can use "cordova platform add android -d" to view (error) messages.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to