Github user rohitagg28 commented on the pull request:

    https://github.com/apache/cordova-lib/pull/30#issuecomment-46936636
  
    I have remove this line  <preference name="SplashScreen" value="screen" /> 
from config.xml file and added these to it.
    <platform name="android">
          <splash src="res/screen/android/splash-land-hdpi.png" 
density="land-hdpi"/>
          <splash src="res/screen/android/splash-land-ldpi.png" 
density="land-ldpi"/>
          <splash src="res/screen/android/splash-land-mdpi.png" 
density="land-mdpi"/>
          <splash src="res/screen/android/splash-land-xhdpi.png" 
density="land-xhdpi"/>
    
          <splash src="res/screen/android/splash-port-hdpi.png" 
density="port-hdpi"/>
          <splash src="res/screen/android/splash-port-ldpi.png" 
density="port-ldpi"/>
          <splash src="res/screen/android/splash-port-mdpi.png" 
density="port-mdpi"/>
          <splash src="res/screen/android/splash-port-xhdpi.png" 
density="port-xhdpi"/>
        </platform>
    
    So here I have res>screen>android folder with respect to project folder and 
into which images are placed. But after running this code I have still not able 
to see any of these images as splashscreen.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to